fix: responsive fixes

This commit is contained in:
Iain Learmonth 2026-02-08 13:41:56 +00:00
parent bcdfb3c0fd
commit fd8d2641b9
5 changed files with 24 additions and 2 deletions

View file

@ -5,11 +5,16 @@
display: flex;
justify-content: center;
&>div {
flex: 0 0 50%;
& > div {
box-sizing: border-box;
max-width: calc(v.$max_content_width / 2);
}
@media (min-width: v.$bp_mobile) {
& > div {
flex: 0 0 50%;
}
}
}
.half-section__content {