mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-02 12:57:35 +01:00
style.css: adjust post number position on small screens
This commit is contained in:
parent
ccee1a9256
commit
3802498962
@ -218,7 +218,6 @@ div.post.op hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.intro {
|
.intro {
|
||||||
margin: 0.5em 0px;
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
@ -284,6 +283,10 @@ div.post > p {
|
|||||||
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
min-height: 1.16em;
|
min-height: 1.16em;
|
||||||
|
|
||||||
|
@media (max-width: 32em) {
|
||||||
|
margin-right: 1.4em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.post div.body {
|
div.post div.body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user