diff options
Diffstat (limited to 'sass/_base.scss')
| -rw-r--r-- | sass/_base.scss | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/sass/_base.scss b/sass/_base.scss new file mode 100644 index 0000000..16bf760 --- /dev/null +++ b/sass/_base.scss @@ -0,0 +1,44 @@ +@import url('https://fonts.googleapis.com/css?family=Montserrat'); + +body { + margin: 0; + padding: 0; + font-size: 100%; + line-height: 1.5; + color: #555; + font-family: 'Montserrat', sans-serif; +} +article, aside, figcaption, figure, footer, header, nav, section { + display: block; +} +h1, h2, h3, h4, stong { + margin-top: 1em; + padding-top: 1em; + line-height: 1.25; + color: #333; +} +h1 { + font-size: 2.5rem; +} +h2 { + font-size: 2rem; +} +h3 { + font-size: 1.5rem; +} +h4 { + font-size: 1rem; +} +ul, ol { + margin: 1em 0; + padding-left: 40px; +} +p, figure { + margin: 1em 0; +} +a img { + border: none; +} +sup, sub { + line-height: 0; +}
\ No newline at end of file |
