1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
This commit is contained in:
Zack 2016-03-30 13:27:25 -04:00
parent fe9521f7b0
commit e8d368065b

View File

@ -304,13 +304,13 @@ padding: 0.4em 1em 6em;
background: #fdfdfd;
}
.yue {
max-width: 960px;
max-width: 800px;
margin: 0 auto;
}
@media (min-width: 1200px) {
.container{
max-width: 960px;
max-width: 800px;
}
}