Set base font size on <html> (#668)

This commit is contained in:
Jesse Tan 2018-09-17 23:28:04 +02:00 committed by Aaron Carlisle
parent 6bed095f14
commit 310043695f

View File

@ -1,3 +1,7 @@
// Set uniform (but not relative) base font size
html
font-size: $base-font-size
.wy-affix .wy-affix
position: fixed position: fixed
top: $gutter top: $gutter