From e8b509d715475ccb773af4ec0795769905a3f898 Mon Sep 17 00:00:00 2001 From: PEGeoffroy Date: Tue, 24 Sep 2019 16:31:51 +0200 Subject: [PATCH] Update nav --- css/theme.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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{