Adjusted article font sizes
This commit is contained in:
parent
5fe2e03b65
commit
1013785b60
3 changed files with 25 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<h2>{{ page.trans_title }}</h2>
|
||||
<h1 class="title">{{ page.trans_title }}</h1>
|
||||
|
||||
<p class="lead">{{ page.trans_intro|richtext }}</p>
|
||||
|
||||
|
|
|
@ -5,13 +5,21 @@ section {
|
|||
background-color: $gray-lighter;
|
||||
}
|
||||
|
||||
h2 {
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
text-align: center;
|
||||
margin-bottom: 1.5em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
.article-body {
|
||||
h2 { font-size: 35px; }
|
||||
h3 { font-size: 30px; }
|
||||
h4 { font-size: 25px; }
|
||||
h5 { font-size: 22px; }
|
||||
}
|
||||
|
||||
// Article content blocks
|
||||
.article-body > div {
|
||||
clear: both;
|
||||
|
|
|
@ -8569,12 +8569,26 @@ section {
|
|||
section:nth-child(odd) {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
section h2 {
|
||||
section h1 {
|
||||
font-size: 40px;
|
||||
text-align: center;
|
||||
margin-bottom: 1.5em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.article-body h2 {
|
||||
font-size: 35px;
|
||||
}
|
||||
.article-body h3 {
|
||||
font-size: 30px;
|
||||
}
|
||||
.article-body h4 {
|
||||
font-size: 25px;
|
||||
}
|
||||
.article-body h5 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.article-body > div {
|
||||
clear: both;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue