increase headding size, arial

This commit is contained in:
tparnell
2019-01-26 09:06:52 -05:00
parent 6f78b6488b
commit b542f4e38d
2 changed files with 7 additions and 2 deletions

View File

@@ -2,7 +2,12 @@
max-width: 75%;
margin: 1em auto;
}
html {
font-family: Arial,Helvetica,sans-serif;
}
h2 {
font-size: 2.8rem;
}
.grid {
display: grid;
grid-template-columns: repeat(4, 1fr);