more styling tweaks

This commit is contained in:
Barrett Ruth 2026-01-12 17:37:03 -05:00
parent 7335b31d11
commit 16c000b2e9
3 changed files with 34 additions and 8 deletions

View file

@ -18,8 +18,8 @@ h1,
section {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 80px;
grid-template-columns: repeat(4, 1fr);
gap: 50px;
max-width: 1200px;
margin: 0 auto;
}
@ -38,7 +38,7 @@ ul {
li {
margin-bottom: 12px;
font-size: 1.1em;
line-height: 1.6;
line-height: 1.3;
}
a {