merch sizing-guide: style improvements
All checks were successful
/ build (push) Successful in 9s

This commit is contained in:
kritzl 2025-02-13 16:29:51 +01:00
commit 5c203a6f22
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
7 changed files with 66 additions and 29 deletions

View file

@ -60,14 +60,32 @@ code,
.layout-column {
display: flex;
&>* {
& > * {
width: 100%;
}
@media (max-width: $breakpoint-md) {
flex-wrap: wrap;
&>* {
& > * {
width: 100%;
}
}
}
.flex-wrap-md {
display: flex;
align-items: center;
& > * {
width: 100%;
}
@media (max-width: $breakpoint-xl) {
flex-wrap: wrap;
justify-content: center;
& > * {
width: 100%;
}
}
@ -84,7 +102,7 @@ code,
gap: 1rem;
margin-top: 2rem;
&>span {
& > span {
width: 100%;
font-size: var(--text-xl);
}