12 lines
191 B
SCSS
12 lines
191 B
SCSS
.home__main{
|
|
background-color: #eeeeee;
|
|
transition: margin-left .4s;
|
|
|
|
@media screen and (max-width: 750px){
|
|
margin-left: 0!important;
|
|
margin-right: 0!important;
|
|
|
|
}
|
|
|
|
}
|