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

@ -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%;