Skip to content

Commit c1eda9d

Browse files
authored
Merge pull request #31578 from ravikiranr26/bug/footer
Fixed wrong footer rendering on community page
2 parents 4840148 + c530a8c commit c1eda9d

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

assets/scss/_custom.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ body.td-404 main .error-details {
215215
}
216216
}
217217

218-
body > footer {
219-
width: 100vw;
220-
}
221-
222218
/* FOOTER */
223219
footer {
224220
background-color: #303030;

static/css/newcommunity.css

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ code {
5959
margin-top: 25px;
6060
}
6161

62-
63-
footer {
64-
float: left !important;
65-
}
66-
6762
p {
6863
font-weight: 300 !important;
6964
}
@@ -311,8 +306,7 @@ a {
311306

312307
.resources {
313308
width: 100%;
314-
margin-top;
315-
5%;
309+
margin-top: 5%;
316310
margin-bottom: 3%;
317311
float: left;
318312
}
@@ -491,13 +485,7 @@ h2:after {
491485
font-weight: bold;
492486

493487
}
494-
495-
/* .fullbutton {
496-
497-
padding: 3% !important;
498-
499-
500-
} */
488+
501489
}
502490

503491
@media (max-width:1000px) {
@@ -760,8 +748,7 @@ h2:after {
760748

761749
.resources {
762750
width: 100%;
763-
margin-top;
764-
8%;
751+
margin-top: 8%;
765752
margin-bottom: 8%;
766753
float: left;
767754
}
@@ -774,10 +761,6 @@ h2:after {
774761
margin-left: 5%;
775762
}
776763

777-
778-
779-
780-
781764
.contributor {
782765
float: left;
783766
width: 100%;
@@ -853,7 +836,4 @@ h2:after {
853836
font-size: 0.7em !important;
854837
}
855838

856-
857-
858-
859839
}

0 commit comments

Comments
 (0)