summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-09 15:40:38 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-09 15:41:20 +0100
commit5d533e7c2bd1a831a5f6ec805527c2ea60190c6a (patch)
tree2b71e84ca0a9df134085bbcd3daf0f519985f120 /css
parentf0512671009b172b292c4066dfebc032480463cd (diff)
Increase padding for instructions/hints blocks
Diffstat (limited to 'css')
-rw-r--r--css/codeq.css4
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 *****/