"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 {
|
main > section.inline > article > h3 {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
main > article > p,
|
main > article > p,
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
{% block main %}
|
{% block main %}
|
||||||
<article class='error'>
|
<article class='error'>
|
||||||
<h3>404 - Not found</h3>
|
<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/>
|
<p>The page you asked for was not found on this server.<br/>
|
||||||
It may has been lost, it may has never existed.<br/>
|
It may has been lost, it may has never existed.<br/>
|
||||||
May be we don't care at all...</p>
|
May be we don't care at all...</p>
|
||||||
|
<img src='/static/images/404.png' alt='404 - Not found' title='404 - Not found'/>
|
||||||
</article>
|
</article>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user