11 lines
197 B
SCSS
11 lines
197 B
SCSS
|
.ContainerMain {
|
||
|
max-width: 1400px;
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: flex-start;
|
||
|
align-items: end;
|
||
|
padding: 0 10px 0 10px;
|
||
|
position: relative;
|
||
|
}
|