From 687b08f440d691ff1aa41cd5dd2f99395107d509 Mon Sep 17 00:00:00 2001 From: Kevin Nobel Date: Thu, 12 Jan 2017 11:29:17 +0100 Subject: [PATCH] Made friends and groups box responsive --- website/styles/profile.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/styles/profile.css b/website/styles/profile.css index 123c2fa..377c307 100644 --- a/website/styles/profile.css +++ b/website/styles/profile.css @@ -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); }