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:
@@ -53,7 +53,7 @@
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 800px;
|
||||
max-width: 960px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user