17 lines
348 B
Stylus
17 lines
348 B
Stylus
@import "./reset";
|
|
@import "nib/vendor";
|
|
|
|
body {
|
|
padding: 2em;
|
|
// I am getting really frustrated that I can't override base bootstrap styles :(
|
|
// is there a fix?
|
|
font-family: 'Lato', sans-serif !important; // remember to remove !important once shenanigans solved
|
|
}
|
|
h1 {
|
|
font-size: 2em;
|
|
margin-bottom: .5em;
|
|
}
|
|
p {
|
|
line-height: 2em;
|
|
}
|