mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Improve line-height.
This commit is contained in:
parent
960c0617d5
commit
8f26e80e8f
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,7 @@
|
|||
color: @red;
|
||||
margin-bottom: @line-height-computed;
|
||||
}
|
||||
.error-status,
|
||||
.error-description {
|
||||
.error-status {
|
||||
font-family: @font-family-serif;
|
||||
margin-bottom: (@line-height-computed / 4);
|
||||
line-height: 1;
|
||||
|
@ -32,6 +31,7 @@
|
|||
font-size: @font-size-h1;
|
||||
}
|
||||
.error-description {
|
||||
font-family: @font-family-serif;
|
||||
font-size: @font-size-h3;
|
||||
color: @gray-light;
|
||||
margin-bottom: @line-height-computed * 2;
|
||||
|
|
Loading…
Reference in a new issue