Skip to content

Commit 18bb247

Browse files
authored
Move banner CSS to almanac.css (#3964)
1 parent 4b4c018 commit 18bb247

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/static/css/almanac.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,20 @@ img {
333333
margin: auto;
334334
}
335335

336+
aside.banner {
337+
background: #f7f779;
338+
padding: 15px 0;
339+
text-align: center;
340+
}
341+
342+
aside.banner a {
343+
color: #1a2b49;
344+
}
345+
346+
aside.banner p {
347+
margin: 0;
348+
}
349+
336350
/* Main title, subtitle and modifiers */
337351
.title,
338352
.subtitle {

src/static/css/index.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@ header.alt-bg {
1212
margin-bottom: -52.94em;
1313
}
1414

15-
aside.banner {
16-
background: #f7f779;
17-
padding: 15px 0;
18-
text-align: center;
19-
}
20-
21-
aside.banner a {
22-
color: #1a2b49;
23-
}
24-
25-
aside.banner p {
26-
margin: 0;
27-
}
28-
2915
#maincontent {
3016
display: -ms-grid;
3117
display: grid;

0 commit comments

Comments
 (0)