diff --git a/static/index.css b/static/index.css index 832e391..16f2811 100644 --- a/static/index.css +++ b/static/index.css @@ -109,6 +109,7 @@ a:hover:after { .nav-item { margin-right: 12px; font-size: 1.5em; + display: block; } .content-wrapper { @@ -196,3 +197,9 @@ code { color: #50fa7b; } } + +@media only screen and (max-width: 576px) { + .nav-bar { + flex-direction: column; + } +}