diff --git a/css/theme.css b/css/theme.css index 80ad9e1..44b4606 100644 --- a/css/theme.css +++ b/css/theme.css @@ -87,11 +87,17 @@ header img{ .nav { text-align: right; - padding-top: 1.7rem; position: absolute; right: 0; - top: 0; - max-height: 250px; + bottom: -40px; + /* max-height: 250px; */ +} + +@media (max-width: 463px) { + .nav { + bottom: auto; + top: 0; + } } .nav>div{