mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 14:42:40 +00:00
Improved spacing for bold text, thanks @nickpunt
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
strong{
|
strong{
|
||||||
font-family : ScalySans;
|
font-family : ScalySans;
|
||||||
font-weight : 800;
|
font-weight : 800;
|
||||||
|
letter-spacing: -0.02em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.useColumns(){
|
.useColumns(){
|
||||||
@@ -75,6 +76,7 @@
|
|||||||
}
|
}
|
||||||
strong{
|
strong{
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
|
letter-spacing: 0.03em;
|
||||||
}
|
}
|
||||||
em{
|
em{
|
||||||
font-style : italic;
|
font-style : italic;
|
||||||
|
|||||||
Reference in New Issue
Block a user