Skip to content

Commit a810a83

Browse files
committed
Add back a few accidentally removed styles
1 parent 36e64a5 commit a810a83

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

lib/resources/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/sig.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
93D2E15550DA5F72D39CB8BA3C6BDA81
1+
D2C032FD224D085FE8E3E668CE39DAAC

web/styles/_code.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ pre {
1212
border: 1px solid #ddd;
1313
background-color: #eee;
1414
font-size: 14px;
15+
16+
@media(max-width: 840px) {
17+
margin: 16px 0;
18+
}
1519
}
1620

1721
code {

web/styles/_content.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ h1 {
4949
font-size: 37px;
5050
margin-top: 0;
5151
margin-bottom: 0.67em;
52+
53+
@media(max-width: 840px) {
54+
font-size: 24px;
55+
}
5256
}
5357

5458
h2 {

0 commit comments

Comments
 (0)