From 596eccb67f2c29f769831ef26db3febe2bcec49d Mon Sep 17 00:00:00 2001 From: alreadyburnt <81592644+alreadyburnt@users.noreply.github.com> Date: Fri, 9 Apr 2021 19:39:12 +0200 Subject: [PATCH] home: MRL logo proportional resizing custom.css: remove blank selector --- css/custom.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/css/custom.css b/css/custom.css index 278cb91b..945a6673 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1640,14 +1640,6 @@ h1 { } -@media only screen and (max-width: 47.9rem) { - - - -} - - - @media only screen and (max-width: 30rem) { h1#main-h1 { @@ -2779,7 +2771,10 @@ p.main-downloads { .info-block-row img.main-icon { width: 80%; - margin: 0 auto; +} + +.info-block-row img.main-icon-mrl { + width: 64%; } .about-main .info-block-row .col-lg-8 { @@ -2820,6 +2815,10 @@ p.main-downloads { width: 75%; } +.info-block-row img.main-icon-mrl { + width: 60%; +} + } @media only screen and (max-width: 37rem) {