Fixing css file that had two body selectors

This commit is contained in:
emma 2024-10-28 08:28:00 -04:00
parent c3863bcf52
commit 2c0a2e8e34
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ body {
box-sizing: border-box;
height: 100vh;
width: auto;
}
body {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 0.25rem;