aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/sass/partials
diff options
context:
space:
mode:
Diffstat (limited to 'themes/classic/sass/partials')
-rw-r--r--themes/classic/sass/partials/_blog.scss3
-rw-r--r--themes/classic/sass/partials/_syntax.scss2
2 files changed, 3 insertions, 2 deletions
diff --git a/themes/classic/sass/partials/_blog.scss b/themes/classic/sass/partials/_blog.scss
index 5d80d4e2..485f5e89 100644
--- a/themes/classic/sass/partials/_blog.scss
+++ b/themes/classic/sass/partials/_blog.scss
@@ -1,5 +1,6 @@
$border: inline-image('dotted-border.png');
#articles {
+ overflow: hidden;
@media only screen and (max-width: 768px) {
ul, ol { margin-left: 1.4em; }
}
@@ -91,7 +92,7 @@ $border: inline-image('dotted-border.png');
top: .3em;
padding-left: .5em;
}
- footer {
+ > footer {
margin-top: 2em;
padding-top: 1em;
margin-bottom: 1.5em;
diff --git a/themes/classic/sass/partials/_syntax.scss b/themes/classic/sass/partials/_syntax.scss
index cf012555..7ee650cb 100644
--- a/themes/classic/sass/partials/_syntax.scss
+++ b/themes/classic/sass/partials/_syntax.scss
@@ -58,7 +58,7 @@ pre {
line-height: 1.45em;
font-size: .8em;
margin-bottom: 1.5em;
- padding: .4em .8em;
+ padding: .8em 1em;
color: #555;
overflow: auto;
}