This commit is contained in:
John O'Nolan
2021-03-03 15:44:25 -05:00
parent cf24eccdf2
commit 1365eab4ae
15 changed files with 89 additions and 235 deletions

View File

@ -109,6 +109,7 @@ table {
}
img {
max-width: 100%;
height: auto;
}
html {
box-sizing: border-box;
@ -416,13 +417,13 @@ h6 {
h1 {
margin: 0 0 0.5em 0;
font-size: 5rem;
font-size: 4.8rem;
font-weight: 700;
letter-spacing: -0.015em;
}
@media (max-width: 600px) {
h1 {
font-size: 2.2rem;
font-size: 2.4rem;
}
}