mirror of
https://github.com/sstent/node.git
synced 2026-01-26 23:22:28 +00:00
14 lines
141 B
Stylus
14 lines
141 B
Stylus
@import "./reset";
|
|
@import "nib/vendor";
|
|
|
|
body {
|
|
padding: 2em;
|
|
}
|
|
h1 {
|
|
font-size: 2em;
|
|
margin-bottom: .5em;
|
|
}
|
|
p {
|
|
line-height: 2em;
|
|
}
|