From 5ff69f557b3edec6c1708f7486ca6bac777d426d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sun, 12 Feb 2017 15:56:26 +0100 Subject: [PATCH] Updated style for admin-panel --- public/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 25e08b6f..66d902ae 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -12,6 +12,11 @@ margin-top:100px; } +#descriptions_cont, #thumbnails_cont{ + display: flex; + flex-direction: column; +} + .width25{ width: 25% !important; }