Update main.css

This commit is contained in:
Cobalt-60
2023-05-17 23:03:17 -04:00
committed by GitHub
parent 1e79343937
commit 7e654c0e92
+5 -6
View File
@@ -209,17 +209,16 @@ input:checked+.slider:before {
}
.game {
min-width: 200px;
min-height: 200px;
min-width: 20vh;
min-height: 20vh;
display: block;
border-radius: 15px;
border: 1px solid #ffffff;
border: none;
cursor: pointer;
transition: .4s;
overflow: hidden;
position: relative;
box-shadow: 0px 0px 10px #00000020;
margin: 10px;
box-shadow: 0vh 0.75vh 1.5vh 0vh black;
margin: 1vh;
}
.game:hover {