tweat font size for paragraphs
This commit is contained in:
parent
07c22b9515
commit
5cb97a8288
2 changed files with 2 additions and 4 deletions
|
@ -4,7 +4,6 @@
|
|||
text-align: justify;
|
||||
|
||||
p {
|
||||
@include size(h3);
|
||||
margin-top: $vertical-rhythm;
|
||||
}
|
||||
|
||||
|
@ -27,4 +26,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -11,14 +11,14 @@ $font-scale-large: (
|
|||
h1: 2.961rem,
|
||||
h2: 2.221rem,
|
||||
h3: 1.666rem,
|
||||
p: 1.25rem
|
||||
p: 1.3rem
|
||||
);
|
||||
|
||||
$font-scale-medium: (
|
||||
h1: 2.441rem,
|
||||
h2: 1.953em,
|
||||
h3: 1.563rem,
|
||||
p: 1.25rem,
|
||||
p: 1.3rem,
|
||||
);
|
||||
|
||||
$font-scale-small: (
|
||||
|
|
Loading…
Add table
Reference in a new issue