"Thiner margin for article title"

This commit is contained in:
Doug Le Tough 2017-11-26 10:18:45 +01:00
parent a5c0b683d8
commit 0109b01606
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -144,6 +144,7 @@ main > article > h3,
main > section.inline > article > h3 {
font-size: 30px;
color: var(--text-color);
margin-bottom: 10px;
}
main > article > p,

View File

@ -4,9 +4,9 @@
{% block main %}
<article class='error'>
<h3>404 - Not found</h3>
<img src='/static/images/404.png' alt='404 - Not found' title='404 - Not found'/>
<p>The page you asked for was not found on this server.<br/>
It may has been lost, it may has never existed.<br/>
May be we don't care at all...</p>
<img src='/static/images/404.png' alt='404 - Not found' title='404 - Not found'/>
</article>
{% endblock %}