From 1e1752e6991ac2bf857804131480abe4c53a4fae Mon Sep 17 00:00:00 2001 From: "Jeremy D. Berkleef" Date: Sun, 28 Mar 2021 14:57:29 -0300 Subject: [PATCH] Added widescreen scaling, made elements accidentally thicc --- themes/meghna-hugo/assets/css/custom.css | 11 ++++++++++- themes/meghna-hugo/assets/css/style.css | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/themes/meghna-hugo/assets/css/custom.css b/themes/meghna-hugo/assets/css/custom.css index a102275..7097b14 100644 --- a/themes/meghna-hugo/assets/css/custom.css +++ b/themes/meghna-hugo/assets/css/custom.css @@ -43,4 +43,13 @@ .member-photo .mask { background-color: rgba(33, 92, 210, 0.7); -} \ No newline at end of file +} + +@media (max-width: 3840px) { + .section { + padding: 100px; + } + .container { + max-width: 80%; + } +} diff --git a/themes/meghna-hugo/assets/css/style.css b/themes/meghna-hugo/assets/css/style.css index 96f8874..2b48842 100644 --- a/themes/meghna-hugo/assets/css/style.css +++ b/themes/meghna-hugo/assets/css/style.css @@ -126,7 +126,7 @@ a:hover { height: 1px; margin: 15px auto 0; position: relative; - width: 30%; + width: 50%; } .border-meghna:before {