Update sidebar.css

This commit is contained in:
Cobalt-60
2023-05-15 22:33:53 -04:00
committed by GitHub
parent 969adaac7d
commit 4e4381d0df
+2 -2
View File
@@ -5,7 +5,7 @@
width: 50vh;
height: 75vh;
background: var(--sidebar-bg);
border-radius: 10px;
border-radius: 2vh;
box-shadow: 0px 5px 10px 0px var(--shadow-color);
text-align: center;
z-index: 100;
@@ -52,4 +52,4 @@
.sidebar h3 {
margin-bottom: 0px;
}
}