diff options
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; |