workadventure/front/dist/resources/style/mobile-style.scss

17 lines
223 B
SCSS
Raw Normal View History

2021-04-20 18:49:42 +02:00
@media only screen and (max-width: 600px) {
.sidebar > div {
max-height: 240px;
}
.sidebar > div {
max-height: 240px;
}
.sidebar{
max-width: 200px;
}
.btn-cam-action div{
bottom: 50px;
}
}