diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-09 15:40:38 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-09 15:41:20 +0100 |
commit | 5d533e7c2bd1a831a5f6ec805527c2ea60190c6a (patch) | |
tree | 2b71e84ca0a9df134085bbcd3daf0f519985f120 | |
parent | f0512671009b172b292c4066dfebc032480463cd (diff) |
Increase padding for instructions/hints blocks
-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 ef61c00..c12be4d 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -184,8 +184,8 @@ div.vertical-line{ } .block > .scrollable-content-container { - padding-left: 0.5em; - padding-right: 0.5em; + padding-left: 1.5em; + padding-right: 1.5em; } /***** responsiveness *****/ |