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 248528a355
]]
Former-commit-id: 758ed4a14ccb3872d95f90048c5c687013d6e374 [formerly 721ef84965ab49b4fb1073d8f5c707b4972cb23f]
Former-commit-id: 22e7b776e2c4d191ea84eae7b1dfcf09fe23acda
This commit is contained in:
parent
f27e7c2e33
commit
b887bea41c
@ -11,6 +11,11 @@
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 960px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
@ -14,6 +14,11 @@
|
||||
a.deleteable {
|
||||
cursor: pointer;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 960px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
{{ if .Coding }}
|
||||
<style>
|
||||
@ -45,11 +50,7 @@ a.deleteable {
|
||||
padding-bottom: 65px;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 960px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
{{ end }}
|
||||
<script src="/static/js/sweetalert-dev.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user