Skip to content

Commit 8956eac

Browse files
committed
Update GH Pages Styling
Resize Header Margin Reduce code font size to 12pt
1 parent 39ae9a1 commit 8956eac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/css/style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ header {
3939
-moz-border-radius: 4px;
4040
border-radius: 4px;
4141
border: 0px;
42+
margin: 30px 25px;
4243
}
4344

4445
footer {
@@ -82,3 +83,7 @@ p.logo {
8283
margin: 0px 10px 10px 0px;
8384
padding: 5px;
8485
}
86+
87+
code, pre {
88+
font-size: 12px;
89+
}

0 commit comments

Comments
 (0)