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

Fixed error, 800px -> 960px

This commit is contained in:
Zack Scholl
2016-03-30 12:55:49 -04:00
parent 0b964047e6
commit 501e4fc538
2 changed files with 1 additions and 2 deletions

View File

@@ -53,7 +53,7 @@
@media (min-width: 1200px) {
.container {
max-width: 800px;
max-width: 960px;
}
}
</style>