summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
Diffstat (limited to 'design')
-rw-r--r--design/sass/_comments.scss9
-rw-r--r--design/sass/_forms.scss2
-rw-r--r--design/templates/jrnl/entry_detail.html2
3 files changed, 10 insertions, 3 deletions
diff --git a/design/sass/_comments.scss b/design/sass/_comments.scss
index f480728..67ab61a 100644
--- a/design/sass/_comments.scss
+++ b/design/sass/_comments.scss
@@ -26,7 +26,10 @@
}
}
.comment--head, .comment--body {
- margin-left: 80px;
+ @include breakpoint(alpha) {
+ margin-left: 80px;
+ margin-top: -2rem;
+ }
}
.comment--head {
margin-bottom: 1em;
@@ -53,6 +56,10 @@
padding: 0;
float: left;
margin-top: 5px;
+ margin-right: 8px;
+ @include breakpoint(alpha) {
+ margin-right: 0;
+ }
}
diff --git a/design/sass/_forms.scss b/design/sass/_forms.scss
index fd4e6e4..4e0227b 100644
--- a/design/sass/_forms.scss
+++ b/design/sass/_forms.scss
@@ -83,7 +83,7 @@ input, .textarea-rounded textarea {
border: 1px solid #dedddd;
border-radius: 4px;
padding: 2.2rem 0 .75rem .75rem;
- width: 99%;
+ width: 96%;
@include fontsize(24);
@include fancy_sans;
}
diff --git a/design/templates/jrnl/entry_detail.html b/design/templates/jrnl/entry_detail.html
index bf83f4f..fe54046 100644
--- a/design/templates/jrnl/entry_detail.html
+++ b/design/templates/jrnl/entry_detail.html
@@ -63,7 +63,7 @@ class="detail {%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%i
{% block primary %}
<main>
- <article class="h-entry hentry {% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %} post--article--double{%endif%}{%endwith%}" itemscope itemType="http://schema.org/BlogPosting">
+ <article class="h-entry hentry entry-content content{% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %} post--article--double{%endif%}{%endwith%}" itemscope itemType="http://schema.org/BlogPosting">
<header id="header" class="post-header {% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %}post--header--double{%endif%}{%endwith%}">
<h1 class="p-name entry-title post-title" itemprop="headline">{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|smartypants|safe}}{%else%}{{object.title|smartypants|safe}}{%endif%}</h1>
{% if object.subtitle %}<h2 class="post-subtitle">{{object.subtitle|smartypants|safe}}</h2>{%endif%}