mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-30 20:51:23 -04:00
Unitless line-height
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
|
||||
@body-bg: @beige;
|
||||
@text-color: @brown;
|
||||
|
||||
@link-color: @green;
|
||||
|
||||
// Typography (with help from bootswatch.com's "readable" theme)
|
||||
@@ -24,7 +23,7 @@
|
||||
|
||||
@font-size-base: 15px;
|
||||
@font-family-base: @font-family-sans-serif;
|
||||
@line-height-base: @font-size-base * 1.5;
|
||||
@line-height-base: 1.5;
|
||||
@alt-font-family: @font-family-sans-serif;
|
||||
|
||||
@headings-font-family: "Lora", Georgia, "Times New Roman", Times, serif;
|
||||
|
||||
Reference in New Issue
Block a user