From 72e1c568627e8cfbd6833e68780a3dc9c80a57da Mon Sep 17 00:00:00 2001 From: Simon Cooksey Date: Tue, 26 Sep 2023 15:41:33 +0100 Subject: [PATCH] fix nav style, fix discord link --- themes/TinkerSoc/layouts/partials/nav.html | 2 +- themes/TinkerSoc/static/css/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/TinkerSoc/layouts/partials/nav.html b/themes/TinkerSoc/layouts/partials/nav.html index c207e35..51c5b9b 100755 --- a/themes/TinkerSoc/layouts/partials/nav.html +++ b/themes/TinkerSoc/layouts/partials/nav.html @@ -31,7 +31,7 @@
diff --git a/themes/TinkerSoc/static/css/style.css b/themes/TinkerSoc/static/css/style.css index 89f192d..9e2c931 100755 --- a/themes/TinkerSoc/static/css/style.css +++ b/themes/TinkerSoc/static/css/style.css @@ -66,7 +66,7 @@ nav ul * svg { margin: -10px 0 -10px 0; } -@media(min-width: 1000px) { +@media(min-width: 1200px) { .video_wrapper div.hero { font-size: 250%; top: 15%; @@ -213,7 +213,7 @@ nav ul * svg { } } -@media(max-width: 1000px) { +@media(max-width: 1200px) { .video_wrapper div.hero { font-size: 150%; top: 0;