"Thiner margin for article title"
This commit is contained in:
parent
a5c0b683d8
commit
0109b01606
Binary file not shown.
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 133 KiB |
@ -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,
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user