mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
800->960px
Former-commit-id: cb52bcce9e36fe059872e5298c608040011da5aa [formerly 804a85c4e976173c7e05c2c71e2e191e3f99703a] [formerly 7731ace2dc06dada2037bbb9dce7c53f4c61a32f [formerly 4dd6823e859fe43952599cb7115e91bda8fb479b [formerly248528a355
]]] Former-commit-id: 758ed4a14ccb3872d95f90048c5c687013d6e374 [formerly 721ef84965ab49b4fb1073d8f5c707b4972cb23f] Former-commit-id: 22e7b776e2c4d191ea84eae7b1dfcf09fe23acda Former-commit-id:b887bea41c
This commit is contained in:
parent
640e715515
commit
d1904b6158
@ -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