summaryrefslogtreecommitdiff
path: root/css/codeq.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/codeq.css')
-rw-r--r--css/codeq.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/css/codeq.css b/css/codeq.css
index c3f3634..e66ecd4 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -149,6 +149,10 @@ body {
transition: all 1s ease;
}
+.block > .scrollable-content-container {
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+}
/***** responsiveness *****/
/* lg */
@@ -172,8 +176,6 @@ body {
#screen_python .block.block3 {
min-height: 100%; height: 100%;
}
-
-
}
/* md */
@@ -202,7 +204,6 @@ body {
#screen_python .block.block3 {
min-height: 50%; height: 50%;
}
-
}
/* md & ld */
@@ -254,7 +255,6 @@ body {
.CodeMirror-scroll {
height: 100%;
}
-
}
/* sm */
@@ -267,12 +267,10 @@ body {
/* xs & sm */
@media (max-width: 991px) {
-
/* info */
.block.block4 {
border-bottom: 1px solid #ddd;
}
-
}
/* codeq hints */