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; align-items: center;
justify-content: center; justify-content: center;
height: 100%; height: 100%;
padding-bottom: 6rem; } padding-bottom: 12rem; }
#error h1 { #error h1 {
font-size: 5rem; } font-size: 5rem; }
#error p { #error p {
margin: 1rem 0; } margin: 1rem 0; }
.error #body {
padding-top: 16rem; }
.simplesearch h1 { .simplesearch h1 {
margin-bottom: 0; } margin-bottom: 0; }
.simplesearch .center { .simplesearch .center {

File diff suppressed because one or more lines are too long

View File

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

View File

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