We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4c018 commit 18bb247Copy full SHA for 18bb247
2 files changed
src/static/css/almanac.css
@@ -333,6 +333,20 @@ img {
333
margin: auto;
334
}
335
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
350
/* Main title, subtitle and modifiers */
351
.title,
352
.subtitle {
src/static/css/index.css
@@ -12,20 +12,6 @@ header.alt-bg {
12
margin-bottom: -52.94em;
13
14
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
29
#maincontent {
30
display: -ms-grid;
31
display: grid;
0 commit comments