diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-26 15:29:36 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-26 15:29:36 +0100 |
commit | 7d6c1ab4c4468fe65527ab2a7a0b6ff887f0755a (patch) | |
tree | 7dd4f916e20f13a82415511021b95cfaf048927f /css | |
parent | 6f77f398674488540a3174c65ad6cc95fd819927 (diff) |
Increase margin above language-selection divs
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 4 |
1 files 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; |