fix: add width container

This commit is contained in:
2025-06-05 12:02:03 +03:00
parent 6c653aa196
commit 7d0fb5638e
10 changed files with 540 additions and 510 deletions

View File

@@ -1,5 +1,7 @@
.Result {
padding: rem(160px);
margin: 0 auto;
width: rem(1340px);
padding: rem(160px) 0 rem(80px);
.Header {
font-family: $font-open-sans;
@@ -15,7 +17,7 @@
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 10vw;
gap: rem(48px);
margin-bottom: rem(80px);
&:nth-child(odd) {