commit
1c26a3bb18
@ -12,7 +12,7 @@
|
|||||||
{% if next != null %}
|
{% if next != null %}
|
||||||
<a id="next" href="/{{ next }}"><<-</a> |
|
<a id="next" href="/{{ next }}"><<-</a> |
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a id="random" href="/random" title="Random">random</a>
|
<a id="random" href="/random">random</a>
|
||||||
{% if prev != null %}
|
{% if prev != null %}
|
||||||
| <a id="prev" href="/{{ prev }}">->></a>
|
| <a id="prev" href="/{{ prev }}">->></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -9,6 +9,11 @@ body {
|
|||||||
font-family: Monospace;
|
font-family: Monospace;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact {
|
||||||
|
margin: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
ul#posts {
|
ul#posts {
|
||||||
width: calc(100% - 210px);
|
width: calc(100% - 210px);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user