fix: add width container
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user