You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
369 B
22 lines
369 B
.page-layout {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.container {
|
|
max-width: 1226px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
/* padding-left: 20px;
|
|
padding-right: 20px; */
|
|
}
|
|
|
|
@media (max-width: 640px) {
|
|
.container {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
}
|