Skip to content

Commit

Permalink
Add back a few accidentally removed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Nov 3, 2024
1 parent 36e64a5 commit a810a83
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/resources/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/sig.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
93D2E15550DA5F72D39CB8BA3C6BDA81
D2C032FD224D085FE8E3E668CE39DAAC
4 changes: 4 additions & 0 deletions web/styles/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ pre {
border: 1px solid #ddd;
background-color: #eee;
font-size: 14px;

@media(max-width: 840px) {
margin: 16px 0;
}
}

code {
Expand Down
4 changes: 4 additions & 0 deletions web/styles/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ h1 {
font-size: 37px;
margin-top: 0;
margin-bottom: 0.67em;

@media(max-width: 840px) {
font-size: 24px;
}
}

h2 {
Expand Down

0 comments on commit a810a83

Please sign in to comment.