0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 05:42:40 +00:00

Fix font size in ToC

This commit is contained in:
G.Ambatte
2022-10-16 21:20:01 +13:00
parent 2c2a10730e
commit 0e0cdfe25b

View File

@@ -712,6 +712,7 @@ body {
display : inline-block; display : inline-block;
align-self : flex-end; align-self : flex-end;
font-family : "BookInsanityRemake"; font-family : "BookInsanityRemake";
font-size : 0.34cm;
font-weight : normal; font-weight : normal;
color : #000; color : #000;
} }