Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org…
Browse files Browse the repository at this point in the history
… into production
  • Loading branch information
tunetheweb committed Dec 10, 2024
2 parents 9ae681e + 5d0daff commit 26ef6d9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions src/config/last_updated.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"/static/css/almanac.css": {
"date_published": "2020-11-13T00:00:00.000Z",
"date_modified": "2024-11-11T00:00:00.000Z",
"hash": "1653be48f4c6c63139a92045bbc0a5c5"
"date_modified": "2024-12-10T00:00:00.000Z",
"hash": "09d4eb8d0c230330abc5d257f57d785e"
},
"/static/css/ebook.css": {
"date_published": "2020-05-15T00:00:00.000Z",
Expand All @@ -11,8 +11,8 @@
},
"/static/css/index.css": {
"date_published": "2020-11-13T00:00:00.000Z",
"date_modified": "2024-12-09T00:00:00.000Z",
"hash": "28ba47be8a21fbe47fef367072765a90"
"date_modified": "2024-12-10T00:00:00.000Z",
"hash": "69e30c0abbe9bb2368e12e7e8779d421"
},
"/static/css/normalize.css": {
"date_published": "2020-11-13T00:00:00.000Z",
Expand Down
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 26ef6d9

Please sign in to comment.