Made friends and groups box responsive

This commit is contained in:
Kevin Nobel
2017-01-12 11:29:17 +01:00
parent 559fe9bb98
commit 687b08f440

View File

@@ -28,6 +28,12 @@
width: calc(50% - 60px);
}
@media only screen and (max-width: 900px) {
.item-box {
width: calc(100% - 50px);
}
}
.item-box-full-width {
width: calc(100% - 50px);
}