Updated styles for sections titles.

This commit is contained in:
John Shaver 2017-08-14 14:48:33 -07:00
parent 585d822f00
commit 4fbacaa3b6
2 changed files with 5 additions and 6 deletions

View File

@ -25,10 +25,6 @@ img {}
margin: 0.5rem; margin: 0.5rem;
} }
h3 {
font-size: 1.15rem;
}
.social-links img { .social-links img {
width: 3rem; width: 3rem;
} }

View File

@ -6,7 +6,6 @@
body { body {
font-family: Roboto, Tahoma, sans-serif; font-family: Roboto, Tahoma, sans-serif;
text-align: justify;
line-height: 1.45rem; line-height: 1.45rem;
} }
@ -34,6 +33,10 @@ h3 {
font-weight: 500; font-weight: 500;
} }
p {
text-align: justify;
}
p.attention { p.attention {
text-align: center; text-align: center;
font-style: italic; font-style: italic;
@ -89,4 +92,4 @@ span.no-break {
section { section {
margin-bottom: 2.3rem; margin-bottom: 2.3rem;
} }