From c530a8c9141dc90211fd38ace403e4511c07e1de Mon Sep 17 00:00:00 2001 From: Ravi Kiran Raju Date: Mon, 31 Jan 2022 19:55:00 +0100 Subject: [PATCH] Fixed wrong footer rendering on community page --- assets/scss/_custom.scss | 4 ---- static/css/newcommunity.css | 26 +++----------------------- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss index ce69c5a69c..82ebd232c0 100644 --- a/assets/scss/_custom.scss +++ b/assets/scss/_custom.scss @@ -215,10 +215,6 @@ body.td-404 main .error-details { } } -body > footer { - width: 100vw; -} - /* FOOTER */ footer { background-color: #303030; diff --git a/static/css/newcommunity.css b/static/css/newcommunity.css index 3ac0e73bf6..e62e4ab8c5 100644 --- a/static/css/newcommunity.css +++ b/static/css/newcommunity.css @@ -59,11 +59,6 @@ code { margin-top: 25px; } - -footer { - float: left !important; -} - p { font-weight: 300 !important; } @@ -311,8 +306,7 @@ a { .resources { width: 100%; - margin-top; - 5%; + margin-top: 5%; margin-bottom: 3%; float: left; } @@ -491,13 +485,7 @@ h2:after { font-weight: bold; } - - /* .fullbutton { - - padding: 3% !important; - - - } */ + } @media (max-width:1000px) { @@ -760,8 +748,7 @@ h2:after { .resources { width: 100%; - margin-top; - 8%; + margin-top: 8%; margin-bottom: 8%; float: left; } @@ -774,10 +761,6 @@ h2:after { margin-left: 5%; } - - - - .contributor { float: left; width: 100%; @@ -853,7 +836,4 @@ h2:after { font-size: 0.7em !important; } - - - } \ No newline at end of file