1
Fork 0

Make paragraphs larger

This commit is contained in:
Jake Howard 2017-01-17 18:25:25 +00:00
parent 7273c3f4cd
commit d856c029f4

View file

@ -45,6 +45,10 @@ hr {
max-width: 100px;
}
p {
font-size: $font-size-large;
}
@keyframes pulse {
from {
transform: scale3d(1, 1, 1);