1
0
Fork 0
forked from rolsf/rolsf.xyz

add padding

This commit is contained in:
hippoz 2023-01-02 23:29:00 +02:00
parent b35339e3f7
commit c24311b9d2
Signed by untrusted user who does not match committer: hippoz
GPG key ID: 56C4E02A85F2FBED

2
dist/style.css vendored
View file

@ -40,6 +40,8 @@ body, html {
main {
margin: 30px auto;
padding-left: 28px;
padding-right: 28px;
width: clamp(200px, 100%, 800px);
}