minor fixes

This commit is contained in:
jetstream0
2023-06-28 16:56:57 -07:00
parent 7dc6d5eb8a
commit a5cc8606d5
3 changed files with 15 additions and 11 deletions

View File

@@ -1,15 +1,15 @@
html, body {
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
min-height: 100vh;
width: 100%;
}
#grid-container {
display: grid;
grid-template-columns: 50vw 50vw;
grid-template-columns: 50% 50%;
height: 100vh;
width: 100vw;
width: 100%;
}
.section {