Better styling

This commit is contained in:
Henry Hiles 2022-02-10 15:28:26 -05:00
parent caf6d331e8
commit 4630707fe9

View file

@ -78,7 +78,7 @@ body {
}
#rooms.opened {
width: 18vw;
width: 30vw;
padding: 20px;
}
@ -318,13 +318,10 @@ button:is(:disabled, :hover) {
display: none;
}
@media (max-width: 1800px) {
@media (max-width: 1500px) {
#rooms-header {
visibility: hidden;
}
#rooms.opened {
width: 30vw;
}
}
@media (max-width: 1000px) {