update light theme

This commit is contained in:
Adrien Beudin 2016-05-26 22:08:55 +02:00
parent 99cd0aa623
commit 842b68ad2f
4 changed files with 8 additions and 19 deletions

View File

@ -33,7 +33,7 @@ a {
height: auto;
}
img {
.image img {
width: 100%;
height: auto;
display: block;
@ -132,7 +132,7 @@ a.google {
}
.author-meta {
padding-bottom: 7em;
padding: 3em 0 7em 0;
}
.author-info {
@ -141,17 +141,19 @@ a.google {
font-size: 19px;
}
.author-meta a {
color: #333;
}
.author-info h4 {
text-transform: uppercase;
text-align: center;
font-family: 'crimson', serif;
color: black;
font-style: normal;
font-weight: bold;
}
.author-info .desc {
width: 350px;
margin: auto;
width: auto;
padding-bottom: 10px;
font-style: normal;
font-size: 14px;

View File

@ -6,7 +6,7 @@
<span class=author-info>Story by
<h4>{{ section.name }}</h4>
{% if section.text %}
<div class=desc>{{ section.text }}</div>
<p class=desc>{{ section.text }}</p>
{% endif %}
</span>
</div>

View File

@ -1,12 +1,5 @@
{% if section.background or section.color %}
<div class="bg-section" style="{% if section.background -%};background: {{ section.background }};{% endif %}{% if section.color -%}color: {{ section.color }};{% endif %}">
{% endif %}
<section class="html">
<center>
{{ section.html }}
</center>
</section>
{% if section.background or section.color %}
</div>
{% endif %}

View File

@ -1,9 +1,3 @@
{% if section.background or section.color %}
<div class="bg-section" style="{% if section.background -%}background: {{ section.background }};{% endif %}{% if section.color -%}color: {{ section.color }};{% endif %}">
{% endif %}
<section class="text">
{{ section.text }}
</section>
{% if section.background or section.color %}
</div>
{% endif %}