This commit is contained in:
Peter Kleiweg
2026-04-19 17:46:03 +02:00
parent ad2750f903
commit eda2c71b62
16 changed files with 313 additions and 4 deletions

View File

@@ -42,7 +42,8 @@ h1 {
}
h1,
h2 {
h2,
h3 {
color: #62757f;
letter-spacing: 0.1em;
margin-top: 2em;
@@ -52,6 +53,11 @@ h1 {
font-weight: 200;
}
h2 {
line-height: 120%;
font-size: x-large;
font-weight: 300;
}
h3 {
margin-top: 0px;
font-size: large;
font-weight: 400;
@@ -110,3 +116,18 @@ table table td > div {
margin-top: auto;
background-color: #62757f;
}
.form {
margin: 0px auto;
width: 100%;
text-align: center;
}
table.choice {
margin: 0px auto;
}
table.choice td {
vertical-align: top;
text-align: left;
}