Refine historical page branding and copy

This commit is contained in:
devRaGonSa
2026-03-21 00:04:08 +01:00
parent ab50cdd12d
commit 2ef0f9ebc7
4 changed files with 136 additions and 36 deletions

View File

@@ -24,6 +24,18 @@
gap: 24px;
}
.historical-hero__layout {
display: grid;
grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
align-items: center;
gap: 32px;
}
.historical-logo-frame {
width: min(300px, 100%);
min-height: 220px;
}
.historical-hero__title {
max-width: 12ch;
}
@@ -228,6 +240,7 @@
}
@media (max-width: 720px) {
.historical-hero__layout,
.historical-hero__topline,
.historical-panel__header,
.historical-match-card__top {
@@ -235,6 +248,10 @@
align-items: flex-start;
}
.historical-hero__layout {
display: flex;
}
.historical-selector {
flex-direction: column;
}