mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
800->960px
This commit is contained in:
parent
934eeed055
commit
248528a355
@ -11,6 +11,11 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
@media (min-width: 1200px) {
|
||||||
|
.container {
|
||||||
|
max-width: 960px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,6 +14,11 @@
|
|||||||
a.deleteable {
|
a.deleteable {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@media (min-width: 1200px) {
|
||||||
|
.container {
|
||||||
|
max-width: 960px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
{{ if .Coding }}
|
{{ if .Coding }}
|
||||||
<style>
|
<style>
|
||||||
@ -45,11 +50,7 @@ a.deleteable {
|
|||||||
padding-bottom: 65px;
|
padding-bottom: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
|
||||||
.container {
|
|
||||||
max-width: 960px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<script src="/static/js/sweetalert-dev.js"></script>
|
<script src="/static/js/sweetalert-dev.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user