Skip to content

Commit f7c014b

Browse files
committed
A couple more CSS sizing fixes
1 parent 1c15385 commit f7c014b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ body > footer {
102102
color: #8c9dbb;
103103
font-size: 0.9em;
104104
}
105+
body > footer > div {
106+
margin: 0.9em;
107+
}
105108
body > footer > div > #reduced {
106109
display: none;
107110
}
@@ -297,6 +300,9 @@ pre.highlight {
297300
pre.highlight > code {
298301
padding: 0;
299302
}
303+
pre.highlight, code {
304+
font-family: inherit;
305+
}
300306
div.youtube {
301307
position: relative;
302308
overflow: hidden;

0 commit comments

Comments
 (0)