Correct size for postamble

This commit is contained in:
Thomas Dehaeze 2020-11-26 19:56:16 +01:00
parent af17da0ca8
commit ab7f291a75

View File

@ -2,14 +2,14 @@
position:fixed; position:fixed;
bottom:0; bottom:0;
left:0; left:0;
width:300px; width: $toc-width;
padding: 12px;
color:#fcfcfc; color:#fcfcfc;
background:#1f1d1d; background:#1f1d1d;
border-top:solid 10px #343131; border-top:solid 10px #343131;
font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
font-size: 90%; font-size: 90%;
z-index:400; z-index:400;
padding:12px;
.author { .author {
font-size: 100%; font-size: 100%;