Skip to content

Commit

Permalink
Move banner CSS to almanac.css (#3964)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Dec 10, 2024
1 parent 4b4c018 commit 18bb247
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 14 additions & 0 deletions src/static/css/almanac.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,20 @@ img {
margin: auto;
}

aside.banner {
background: #f7f779;
padding: 15px 0;
text-align: center;
}

aside.banner a {
color: #1a2b49;
}

aside.banner p {
margin: 0;
}

/* Main title, subtitle and modifiers */
.title,
.subtitle {
Expand Down
14 changes: 0 additions & 14 deletions src/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@ header.alt-bg {
margin-bottom: -52.94em;
}

aside.banner {
background: #f7f779;
padding: 15px 0;
text-align: center;
}

aside.banner a {
color: #1a2b49;
}

aside.banner p {
margin: 0;
}

#maincontent {
display: -ms-grid;
display: grid;
Expand Down

0 comments on commit 18bb247

Please sign in to comment.