Skip to content

Commit 86bf4b2

Browse files
authored
Merge pull request #48226 from niranjandarshann/PartnerPage
Fix poor web style in some page footers
2 parents 5e7170c + f7ee7dc commit 86bf4b2

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

assets/scss/_custom.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -458,13 +458,6 @@ body.cid-partners {
458458
margin-bottom: 2em;
459459
}
460460

461-
/* COLUMN SETUP */
462-
.col {
463-
display: block;
464-
float:left;
465-
margin: 1% 0 1% 1.6%;
466-
background-color: #f9f9f9;
467-
}
468461
.col:first-child { margin-left: 0; }
469462

470463

static/css/gridpage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
.gridPage p:not(.announcement-main > p) {
36-
color: rgb(26,26,26);
36+
color: rgb(255,255,255);
3737
margin-left: 0 !important;
3838
padding-left: 0 !important;
3939
font-weight: 300 !important;

0 commit comments

Comments
 (0)