This commit is contained in:
Zsolt Ero
2024-06-20 10:23:51 +02:00
parent f1cade5e29
commit bb31550910

View File

@@ -15,7 +15,7 @@ body {
} }
.container { .container {
max-width: 600px; max-width: 700px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
padding: 0 20px; padding: 0 20px;
@@ -28,7 +28,7 @@ h4,
h5, h5,
h6 { h6 {
color: #333; color: #333;
margin-top: 1em; margin-top: 3em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
line-height: 1.2; line-height: 1.2;
font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif; font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
@@ -43,6 +43,7 @@ pre {
h1 { h1 {
text-align: center; text-align: center;
margin-top: 1em;
} }
p a { p a {