Unit adjustment for grid gap

This commit is contained in:
emma 2024-10-27 21:08:59 -04:00
parent deb2f09f76
commit 41957a2409
1 changed files with 1 additions and 4 deletions

View File

@ -7,21 +7,18 @@ html {
font-size: 16px; font-size: 16px;
} }
body { body {
box-sizing: border-box; box-sizing: border-box;
height: 100vh; height: 100vh;
width: auto; width: auto;
} }
body { body {
display: grid; display: grid;
grid-template-columns: 2fr 1fr; grid-template-columns: 2fr 1fr;
gap: 8px; gap: 0.25rem;
} }
.site-info { .site-info {
height: 20rem; height: 20rem;
width: auto; width: auto;