statki/public/assets/css/responsive.css

45 lines
851 B
CSS
Raw Normal View History

2024-03-25 08:39:06 +01:00
@media only screen and (max-width: 1280px) {
#profileView .stats {
flex-direction: column;
}
#profileView .profile {
width: auto;
justify-content: center;
text-align: center;
}
}
@media only screen and (max-width: 820px) {
#pvpCreateView .modes div {
max-width: 90vw;
height: 19rem;
padding: 2rem 1.5rem;
2024-03-25 08:39:06 +01:00
}
#pvpJoinView .modes div {
max-width: 90vw;
height: 8rem;
padding: 2rem 1.5rem;
}
#profileView .matchList .match:hover {
height: 16rem;
}
#profileView .stats {
width: 90vw;
}
#profileView .matchList .match {
height: 7rem;
}
#profileView .match div {
flex-direction: column;
}
#profileView .matchList .match .statsButton {
font-size: 1.3rem;
}
2024-03-25 08:39:06 +01:00
}