You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
624 B
31 lines
624 B
html {
|
|
font-size: $font-size-base;
|
|
font-family: $font-family-base;
|
|
-ms-text-size-adjust: 100%;
|
|
-ms-overflow-style: scrollbar;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 2em 0 8em;
|
|
font-family: $font-family-base;
|
|
font-size: $font-size-base;
|
|
font-weight: $font-weight-base;
|
|
line-height: $line-height-base;
|
|
color: $colour-text;
|
|
text-align: left;
|
|
background-color: $colour-body;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
|
|
header {
|
|
margin-bottom: 5em;
|
|
}
|
|
|
|
section {
|
|
margin-top: 5em;
|
|
padding-top: 2.5em;
|
|
border-top: 3px solid $colour-col;
|
|
}
|