Closed CuriousMagpie closed 3 months ago
Note: the media query CSS needed to be moved to the bottom of the style section. The changes made to @media only screen and (max-width: 992px) are as follows and located at the bottom of the media query:
style
@media only screen and (max-width: 992px)
.navbar-toggler { padding-left: 0px; padding-right: 8px; } .item-with-icon { margin-right: 16px; } .hg { margin-left: 24px; margin-right: 24px; }
Note: the media query CSS needed to be moved to the bottom of the
style
section. The changes made to@media only screen and (max-width: 992px)
are as follows and located at the bottom of the media query: