From 7d6c1ab4c4468fe65527ab2a7a0b6ff887f0755a Mon Sep 17 00:00:00 2001
From: Timotej Lazar <timotej.lazar@fri.uni-lj.si>
Date: Fri, 26 Feb 2016 15:29:36 +0100
Subject: Increase margin above language-selection divs

---
 css/codeq.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/css/codeq.css b/css/codeq.css
index 80522c9..86aae2d 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -131,8 +131,8 @@ div#disabled {
 
 /* screen language */
 #screen_language {
-    margin-top: 20px;
-    margin-bottom: 20px;
+    margin-top: 4em;
+    margin-bottom: 4em;
 }
 #screen_language .col-lg-4 {
     cursor: pointer;
-- 
cgit v1.2.1