habitica/styles/base.styl
2012-06-25 19:56:08 -04:00

14 lines
161 B
Stylus

@import "./reset";
@import "./habits";
@import "nib/vendor";
body {
padding: 2em;
}
h1 {
font-size: 2em;
margin-bottom: .5em;
}
p {
line-height: 2em;
}