From ab7f291a755b1dba5301136f568b2ad6e57de88d Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Thu, 26 Nov 2020 19:56:16 +0100 Subject: [PATCH] Correct size for postamble --- scss/partials/_postamble.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/partials/_postamble.scss b/scss/partials/_postamble.scss index 8e928d9..5ce2c78 100644 --- a/scss/partials/_postamble.scss +++ b/scss/partials/_postamble.scss @@ -1,15 +1,15 @@ -#postamble{ +#postamble { position:fixed; bottom:0; left:0; - width:300px; + width: $toc-width; + padding: 12px; color:#fcfcfc; background:#1f1d1d; border-top:solid 10px #343131; font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; font-size: 90%; z-index:400; - padding:12px; .author { font-size: 100%;