aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ciber.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-23 22:12:03 -0300
committerLibravatar Choom 2022-12-24 03:26:35 -0300
commit29c5d154c31de627ecbb913430e70842525ae6ac (patch)
tree7d5bf35deab784fca38260f2560406db47725564 /static/css/txt/ciber.css
parent0f66a8eae917c47fb4fa478c1d8ecf1a79d07a05 (diff)
downloadweabot-29c5d154c31de627ecbb913430e70842525ae6ac.tar.gz
weabot-29c5d154c31de627ecbb913430e70842525ae6ac.tar.xz
weabot-29c5d154c31de627ecbb913430e70842525ae6ac.zip
Fix css movil
Diffstat (limited to 'static/css/txt/ciber.css')
-rw-r--r--static/css/txt/ciber.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/static/css/txt/ciber.css b/static/css/txt/ciber.css
index ed7e95b..7a26bce 100644
--- a/static/css/txt/ciber.css
+++ b/static/css/txt/ciber.css
@@ -232,13 +232,11 @@ form .msg {
@media (max-width: 600px) {
body.threadpage {
margin: 0;
- padding: 5px;
+ padding: 4px;
box-shadow: inset 0 0 5px;
}
.mainpage .postform {
- padding: 0.25em;
- }
- .mainpage .msg {
- margin: 0.5em;
+ padding: 4px;
+ margin-top: 0;
}
}