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;
}
body {
box-sizing: border-box;
height: 100vh;
width: auto;
}
body {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 8px;
gap: 0.25rem;
}
.site-info {
height: 20rem;
width: auto;