fixed image caption #2564
This commit is contained in:
@@ -394,13 +394,32 @@ body{
|
||||
}
|
||||
|
||||
section.entite{
|
||||
|
||||
>section{
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
>section.image{
|
||||
img{
|
||||
max-width: 100%;
|
||||
figure{
|
||||
// border: #333 1px solid;
|
||||
position: relative;
|
||||
img{
|
||||
max-width: 100%;
|
||||
}
|
||||
figcaption{
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
@include font_reponses();
|
||||
background-color: rgba(0,0,0,0.8);
|
||||
// opacity: 0.8;
|
||||
color: #fff;
|
||||
padding: 0.3em;
|
||||
opacity: 0;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
&:hover figcaption{
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.sources{
|
||||
|
Reference in New Issue
Block a user