Hawk/template/css/app.css
2015-08-30 15:48:25 +04:30

19 lines
156 B
CSS

html, body {
margin: 0;
padding: 0.5rem;
}
body {
font-size: 1rem;
background: #fff;
}
h1 {
margin: 0 0 1rem 0;
}
p {
font-size: inherit;
}