aboutsummaryrefslogtreecommitdiff
path: root/static/css/ib.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/ib.css
parent0f66a8eae917c47fb4fa478c1d8ecf1a79d07a05 (diff)
downloadweabot-29c5d154c31de627ecbb913430e70842525ae6ac.tar.gz
weabot-29c5d154c31de627ecbb913430e70842525ae6ac.tar.xz
weabot-29c5d154c31de627ecbb913430e70842525ae6ac.zip
Fix css movil
Diffstat (limited to 'static/css/ib.css')
-rw-r--r--static/css/ib.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/ib.css b/static/css/ib.css
index 666522a..a075366 100644
--- a/static/css/ib.css
+++ b/static/css/ib.css
@@ -331,6 +331,7 @@ textarea {
}
@media (max-width: 600px) {
body {
+ font-size: 14px;
padding: 4px;
}
#main_nav.mob {
@@ -367,6 +368,9 @@ textarea {
max-width: 100%;
width: 100%;
}
+ .thread {
+ line-height: 16px;
+ }
.postform input[type="submit"] {
height: 2em;
margin-top: 2px;