diff --git a/static/nryg.less b/static/nryg.less index 360c7e00..06225f55 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -620,6 +620,9 @@ nav { @media (min-width:601px) { //Desktop + + grid-template-columns: 50% 50%; + .left { grid-column: 1; } @@ -631,6 +634,9 @@ nav { @media (max-width:600px) { //Mobile + + grid-template-columns: 100%; + .left { grid-row: 1; } diff --git a/templates/main.html b/templates/main.html index 961f5dda..0016a29a 100644 --- a/templates/main.html +++ b/templates/main.html @@ -55,7 +55,7 @@