From 0963ba816e8d5f2c408e67a4deef14840a3f64fb Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 11 Nov 2021 06:49:46 +0100 Subject: Make footer sticky again, fix blobfox and bunhd URLs --- assets/css/_basics.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'assets/css/_basics.scss') diff --git a/assets/css/_basics.scss b/assets/css/_basics.scss index 71beceb..6da5e88 100644 --- a/assets/css/_basics.scss +++ b/assets/css/_basics.scss @@ -24,12 +24,19 @@ html { font-family: $font-fam--text; font-size: 1em / 16px * $font-size; line-height: $line-height; - scroll-behavior: smooth; + height: 100%; } body { - margin: 0; - padding: 0; + display: flex; + flex-direction: column; + min-height: 100%; + margin: 0; + padding: 0; +} + +main { + font-size: 1 / 16 * 19em; } pre, -- cgit v1.2.3-54-g00ecf