got reverted too

This commit is contained in:
2024-07-13 02:01:23 +02:00
parent c46110b87f
commit 280c4d8752

View File

@@ -39,6 +39,7 @@ main {
border: 1px solid lighten($highlight, 12%);
box-shadow: 0px 4px 4px 0px #00000040;
padding: 2vw;
width: 65vw;
padding: 20px;
margin-bottom: 11vh;
}
@@ -178,6 +179,11 @@ button {
}
@media (max-width: $responsive-width) {
.content{
min-width: 50vw !important;
}
}
@media (max-width: $responsive-width-secondary) {
.content{
min-width: 85vw !important;
}