Correct size for postamble
This commit is contained in:
parent
af17da0ca8
commit
ab7f291a75
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user