1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-24 10:12:19 -05:00

Some padding on top and bottom to make it less squeezed

This commit is contained in:
Jonas Schäfer 2019-04-04 18:24:03 +02:00
parent de096e19d6
commit a2784e23f4

View File

@ -1192,6 +1192,8 @@
@media screen {
body {
padding-top: 1.5em;
padding-bottom: 1.5em;
margin-left: auto;
margin-right: auto;
max-width: 60rem;