Initial git
This commit is contained in:
11
app/styles/components/_home.scss
Normal file
11
app/styles/components/_home.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.home__main{
|
||||
background-color: #eeeeee;
|
||||
transition: margin-left .4s;
|
||||
|
||||
@media screen and (max-width: 750px){
|
||||
margin-left: 0!important;
|
||||
margin-right: 0!important;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user