mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
14 lines
219 B
SCSS
14 lines
219 B
SCSS
figure {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
figure img {
|
|
max-width: 900px;
|
|
width: 80%;
|
|
margin-bottom: 2em;
|
|
}
|
|
figcaption {
|
|
aria-hidden: true;
|
|
max-width: 700px;
|
|
} |