13 lines
219 B
Stylus
13 lines
219 B
Stylus
// Tags
|
|
// --------------------------------------------------
|
|
h1, h2, h3, h4, h5, h6 { margin: 20px 0 10px; }
|
|
|
|
p { margin: 0 0 25px 0; }
|
|
|
|
a { border-bottom-color: $grey-light; }
|
|
|
|
hr {
|
|
margin: 20px 0;
|
|
height: 2px;
|
|
}
|