From 2875f7095562b302f13e1ef7e8cfd581cfc984bf Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 20 Aug 2016 23:11:34 +0200 Subject: Allow users to delete their accounts Signed-off-by: Florian Pritz --- public_html/data/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public_html/data/css') diff --git a/public_html/data/css/style.css b/public_html/data/css/style.css index 4d29e89fd..57366d3d6 100644 --- a/public_html/data/css/style.css +++ b/public_html/data/css/style.css @@ -37,6 +37,11 @@ margin:0 9px; border-left:1px solid #e1e1e1; } + +.vertical-space-small { + height: 50px; +} + @media (max-width: 768px) { .dont-float { float: left; -- cgit v1.2.3-24-g4f1b