mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-11 04:59:53 +00:00
more line height looks better
This commit is contained in:
parent
8724122e32
commit
fc0a874a23
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ html
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
font-family: $font-body;
|
font-family: $font-body;
|
||||||
line-height: 1.3333;
|
line-height: 1.5;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -199,4 +199,4 @@ body
|
||||||
{
|
{
|
||||||
@include flex(2);
|
@include flex(2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue