Initial git

This commit is contained in:
Qolzam
2017-07-06 11:20:18 +04:30
commit 7c691d8e4d
142 changed files with 13046 additions and 0 deletions

View 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;
}
}