mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -04:00
attempt to fix to vertical sync issue
This commit is contained in:
parent
666bdcaaf8
commit
457f9f913d
1 changed files with 4 additions and 4 deletions
|
@ -157,22 +157,22 @@ body.doesWrap {
|
|||
|
||||
h1{
|
||||
font-size: 30px;
|
||||
line-height: 35px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 25px;
|
||||
line-height: 30px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
h3{
|
||||
font-size: 20px;
|
||||
line-height: 25px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
h4{
|
||||
font-size: 15px;
|
||||
line-height: 20px;
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue