mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 09:33:09 +00:00
add attribution to about page photo
This commit is contained in:
@ -54,7 +54,7 @@ blockquote {
|
||||
margin: 2em auto;
|
||||
opacity: .8;
|
||||
> * {
|
||||
padding: 0 1.5em;
|
||||
padding: 0 3em;
|
||||
}
|
||||
}
|
||||
|
||||
@ -78,6 +78,25 @@ hr {
|
||||
margin: 4em 0;
|
||||
}
|
||||
|
||||
img {
|
||||
display: flex;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin: 2em auto;
|
||||
}
|
||||
|
||||
figure img {
|
||||
margin: 2em auto 1em;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
font-size: .875em;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
margin-bottom: 2em;
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
.divided::after {
|
||||
content: "";
|
||||
@include divider;
|
||||
|
Reference in New Issue
Block a user