Browse Source

Simple update to fill page

tesla
Levi Olson 4 years ago
committed by GitHub
parent
commit
668663ae87
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      core.css

+ 4
- 1
core.css View File

@ -1,3 +1,6 @@
html {
height: 100%;
}
body {
font-family: Hack, Menlo, Monaco, Ubuntu Mono, monospace;
font-size: 14px;
@ -223,4 +226,4 @@ pre>code {
src: url('fonts/hack-bolditalic.woff2?sha=e700a30') format('woff2'), url('fonts/hack-bolditalic.woff?sha=e700a30') format('woff');
font-weight: 700;
font-style: italic;
}
}

Loading…
Cancel
Save