better capsule (aka footnotes)
This commit is contained in:
@@ -770,7 +770,7 @@ aside.footnote-content{
|
||||
position: absolute;
|
||||
// top:50%; left:50%;
|
||||
z-index: 200;
|
||||
max-width: 100em;
|
||||
max-width: 40em;
|
||||
padding:1em 1.5em 1em 1em;
|
||||
border: 1px dashed $bleu_site;
|
||||
&.visible{
|
||||
@@ -778,5 +778,8 @@ aside.footnote-content{
|
||||
opacity: 1;
|
||||
transition: opacity 0.25s ease-in-out;
|
||||
}
|
||||
|
||||
img{
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user