Better styling
This commit is contained in:
parent
caf6d331e8
commit
4630707fe9
1 changed files with 2 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue