mirror of
https://github.com/MaciejkaG/statki.git
synced 2024-11-30 07:22:55 +01:00
45 lines
851 B
CSS
45 lines
851 B
CSS
@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;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
} |