fixed mobile nav bar

This commit is contained in:
rawleyIfowler
2022-04-16 16:25:52 -05:00
parent b14d88ab4a
commit fbeae313b4

View File

@@ -13,7 +13,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.Rawley Fowler, 2022 along with this program. If not, see <https://www.gnu.org/licenses/>.Rawley Fowler, 2022
*/ */
/* Color Scheme from here: https://draculatheme.com */ /* Color Scheme from here: https://draculatheme.com */
html { html {
max-width: 100vw; max-width: 100vw;
@@ -109,7 +109,6 @@ a:hover:after {
.nav-item { .nav-item {
margin-right: 12px; margin-right: 12px;
font-size: 1.5em; font-size: 1.5em;
display: block;
} }
.content-wrapper { .content-wrapper {
@@ -201,5 +200,10 @@ code {
@media only screen and (max-width: 576px) { @media only screen and (max-width: 576px) {
.nav-bar { .nav-bar {
flex-direction: column; flex-direction: column;
}
.nav-item {
margin-top: 3px;
margin-bottom: 3px;
} }
} }