mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -05:00
Adapt heading sizes on mobile
This commit is contained in:
parent
e31c6e3b6b
commit
8a151a7d54
32
xmpp.v2.css
32
xmpp.v2.css
@ -1520,6 +1520,38 @@
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 171.42857%;
|
||||
line-height: 0.875;
|
||||
margin: 0 0 0.875em 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 150%;
|
||||
line-height: 1;
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 128.57143%;
|
||||
line-height: 1.16667;
|
||||
margin: 0 0 1.16667em 0;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
line-height: 1.5;
|
||||
margin: 0 0 1.5em 0;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
line-height: 1.5;
|
||||
margin: 0 0 1.5em 0;
|
||||
}
|
||||
|
||||
h2,h3,h4,h5,h6 {
|
||||
text-indent: -1em;
|
||||
margin-left: 1em;
|
||||
|
Loading…
Reference in New Issue
Block a user