Improve typography
This commit is contained in:
@ -11,7 +11,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
font-family: @heading-font;
|
||||
}
|
||||
h1 {
|
||||
.font-rem(32);
|
||||
.font-size(32);
|
||||
}
|
||||
|
||||
// Links
|
||||
@ -98,6 +98,17 @@ blockquote {
|
||||
}
|
||||
}
|
||||
|
||||
// Paragraphs
|
||||
// --------------------------------------------------
|
||||
p {
|
||||
margin: 0 0 @indent-var;
|
||||
& + p {
|
||||
//siblings indentation
|
||||
text-indent: @indent-var;
|
||||
margin-top: -(@indent-var);
|
||||
}
|
||||
}
|
||||
|
||||
// Code
|
||||
// --------------------------------------------------
|
||||
tt, code, kbd, samp, pre {
|
||||
|
Reference in New Issue
Block a user