From cbe270594de86a650b5e7b2571b6bb58ecfcee83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 3 Mar 2017 10:55:43 +0100 Subject: [PATCH] Fixed some positioning of the notification of suggestions --- public/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 3d7d2571..c280434a 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -528,6 +528,11 @@ span.badge.new.white{ margin-left: 0px; } +.suggested-link { + display: flex; + justify-content: space-around; +} + .suggested-link span.badge:after{ content: ""; }