This commit is contained in:
Rico Sta. Cruz 2017-08-25 14:41:47 +08:00
parent e2e8311776
commit ceaaa76374
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
3 changed files with 10 additions and 2 deletions

View File

@ -16,6 +16,8 @@
<link rel='stylesheet' href='https://unpkg.com/sanitize.css@5.0.0/sanitize.css'> <link rel='stylesheet' href='https://unpkg.com/sanitize.css@5.0.0/sanitize.css'>
<!-- <link rel='stylesheet' href='https://unpkg.com/prismjs@1.6.0/themes/prism.css'> --> <!-- <link rel='stylesheet' href='https://unpkg.com/prismjs@1.6.0/themes/prism.css'> -->
<link rel='stylesheet' href='https://unpkg.com/prismjs@1.6.0/plugins/line-highlight/prism-line-highlight.css'> <link rel='stylesheet' href='https://unpkg.com/prismjs@1.6.0/plugins/line-highlight/prism-line-highlight.css'>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Fira+Code:400'>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:300,400,700'>
<!-- 2017 layout --> <!-- 2017 layout -->
<link href='{{base}}/assets/2017/style.css?t={{ timestamp }}' rel='stylesheet'> <link href='{{base}}/assets/2017/style.css?t={{ timestamp }}' rel='stylesheet'>

View File

@ -7,4 +7,10 @@
&:first-child > h2 { &:first-child > h2 {
display: none; display: none;
} }
@media (min-width: 481px) {
& + & {
margin-top: 32px;
}
}
} }

View File

@ -10,8 +10,8 @@ $column: 400px;
*/ */
$system-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; $system-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
$body-font: $system-font; $body-font: 'Roboto', $system-font;
$heading-font: 'Helvetica Neue', $system-font; $heading-font: 'Roboto', $system-font;
$monospace-font: 'Fira Mono', Consolas, menlo, 'Andale Mono', 'Ubuntu Mono', monospace; $monospace-font: 'Fira Mono', Consolas, menlo, 'Andale Mono', 'Ubuntu Mono', monospace;
/* /*