Error page styling

This commit is contained in:
Karol Orzeł 2015-01-29 16:45:35 +01:00
parent 757e0e0d9d
commit 4baa39186d
4 changed files with 11 additions and 3 deletions

View File

@ -953,12 +953,15 @@ ul.pagination {
align-items: center;
justify-content: center;
height: 100%;
padding-bottom: 6rem; }
padding-bottom: 12rem; }
#error h1 {
font-size: 5rem; }
#error p {
margin: 1rem 0; }
.error #body {
padding-top: 16rem; }
.simplesearch h1 {
margin-bottom: 0; }
.simplesearch .center {

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
align-items: center;
justify-content: center;
height: 100%;
padding-bottom: 6rem;
padding-bottom: 12rem;
h1 {
font-size: $core-font-size + 4.0rem;
@ -15,3 +15,7 @@
margin: 1rem 0;
}
}
.error #body {
padding-top: 16rem;
}

View File

@ -56,6 +56,7 @@
<a href="{{ page.url }}" class="external">
{% if page.header.icon %}<i class="fa fa-{{ page.header.icon }}"></i>{% endif %}
{{ page.menu }}
</a>
</li>
{% endif %}