tagline scale

This commit is contained in:
Chuck Dries 2017-07-21 12:18:25 -07:00
parent aa24647a71
commit 74774533f9
2 changed files with 9 additions and 2 deletions

View File

@ -188,7 +188,10 @@ body {
.small img {
max-width: 200px; }
.small h2 {
font-size: 1em; }
font-size: 1.2em;
margin: 5px; }
.small p {
margin: 5px; }
.large img {
width: 100%;

View File

@ -86,7 +86,11 @@ body {
max-width: 200px;
}
h2 {
font-size: 1.3em;
font-size: 1.2em;
margin: 5px;
}
p {
margin: 5px;
}
}