remove commented code

This commit is contained in:
Evan Simkowitz 2024-07-26 19:19:50 -04:00
parent 72fc42a050
commit 6e75c2cdfd
No known key found for this signature in database

View File

@ -7,7 +7,6 @@
body { body {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
// backdrop-filter: blur(8px);
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
background-color: var(--main-bg-color); background-color: var(--main-bg-color);