Fix: Merged layouts for core and dog sections as much as possible.

This commit is contained in:
2025-07-31 16:37:11 +01:00
parent 2d1f7269e0
commit 4b1fac2dcb
53 changed files with 697 additions and 920 deletions

View File

@@ -1,17 +1,14 @@
h1 {
font-size: min(24px, calc(1vh * 6));
font-size: 2.5rem;
}
h2 {
font-size: min(20px, calc(1vh * 5));
font-size: 1.8rem;
}
h3 {
font-size: min(16px, calc(1vh * 4));
font-size: 1.2rem;
margin-top: 1vh;
}
h4 {
font-size: 13px;
margin: 1vh;
@@ -19,8 +16,20 @@ h4 {
margin-left: auto;
margin-right: auto;
}
h5 {
font-size: 11px;
margin: 1vh;
}
.text-center {
text-align: center;
}
.section-title {
font-size: 1.8rem;
margin-bottom: 1rem;
}
.section-subtitle {
font-size: 1.2rem;
margin-bottom: 2rem;
}