2020-11-25 23:22:07 +01:00
|
|
|
/* Figures */
|
|
|
|
.figure {
|
|
|
|
margin-bottom:24px;
|
|
|
|
|
|
|
|
p {
|
2020-11-27 15:16:19 +01:00
|
|
|
color: $color-caption;
|
|
|
|
font-size: 0.85em;
|
|
|
|
font-family: $serif;
|
|
|
|
font-style: italic;
|
2020-11-25 23:22:07 +01:00
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width:100%;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
2020-11-27 15:16:19 +01:00
|
|
|
padding-bottom: 0.5em;
|
2020-11-25 23:22:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.figure-number {
|
2020-11-27 15:16:19 +01:00
|
|
|
font-weight: $bold;
|
|
|
|
color: $color-caption-num;
|
2020-11-25 23:22:07 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
figcaption,figure,footer,header,hgroup,nav{
|
|
|
|
display:block;
|
|
|
|
}
|