switched font size to 30px for headings and 14px for body, as requested by design (#319)

This commit is contained in:
ryangrahamnc 2017-05-23 16:54:19 -04:00 committed by Martin Taillefer
parent 2e59c99045
commit bc4a4315bd
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@
width: 45%;
h2 {
font-size: 3rem;
font-size: 2rem;
background: transparent !important;
margin:0;
padding:0;
@ -106,7 +106,7 @@
p {
padding:0;
margin:15px 0 30px 0;
font-size: 1.2rem;
font-size: 14px;
line-height: 1.5;
}
}