1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

800->960px

This commit is contained in:
Zack Scholl 2016-03-30 13:14:19 -04:00
parent 248528a355
commit fe9521f7b0
3 changed files with 2 additions and 12 deletions

View File

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

View File

@ -11,11 +11,6 @@
padding: 0;
list-style-type: none;
}
@media (min-width: 1200px) {
.container {
max-width: 960px;
}
}
</style>

View File

@ -14,11 +14,6 @@
a.deleteable {
cursor: pointer;
}
@media (min-width: 1200px) {
.container {
max-width: 960px;
}
}
</style>
{{ if .Coding }}
<style>