Make paragraphs larger
This commit is contained in:
parent
7273c3f4cd
commit
d856c029f4
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ hr {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: $font-size-large;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes pulse {
|
@keyframes pulse {
|
||||||
from {
|
from {
|
||||||
transform: scale3d(1, 1, 1);
|
transform: scale3d(1, 1, 1);
|
||||||
|
|
Reference in a new issue