This commit is contained in:
Chneemann 2024-03-23 16:22:44 +01:00
parent b83454a722
commit 1af7d637c4
2 changed files with 15 additions and 9 deletions

View file

@ -22,19 +22,19 @@ section {
}
h1 {
padding-bottom: 24px;
font-size: 90px;
font-size: 61px;
font-weight: 700;
padding-bottom: 24px;
}
h2 {
font-size: 44px;
font-size: 32px;
font-weight: 700;
padding: 48px 0 24px 0;
}
h3 {
font-size: 28px;
font-size: 20px;
font-weight: 700;
padding: 24px 0;
}

View file

@ -22,19 +22,18 @@ section {
}
h1 {
padding-bottom: 24px;
font-size: 90px;
font-size: 61px;
font-weight: 700;
}
h2 {
font-size: 44px;
font-size: 32px;
font-weight: 700;
padding: 48px 0 24px 0;
padding: 24px 0 12px 0;
}
h3 {
font-size: 28px;
font-size: 20px;
font-weight: 700;
padding: 24px 0;
}
@ -45,6 +44,13 @@ p {
padding-bottom: 10px;
}
ul {
padding: 12px;
li {
padding: 5px;
}
}
a {
color: var(--light-blue);
text-decoration: none;