add attribution to about page photo

This commit is contained in:
Pat Dryburgh
2018-08-12 14:57:48 -07:00
parent f8710896cd
commit 277a708cf6
3 changed files with 28 additions and 8 deletions

View File

@ -14,7 +14,7 @@
.post p {
text-align: justify;
text-indent: 1.5rem;
text-indent: 1.5em;
text-justify: inter-word;
}
@ -23,12 +23,8 @@
text-indent: 0;
}
.post img {
.post p img {
margin-left: -1em;
display: flex;
max-width: 100%;
height: auto;
margin: 2em auto;
}
.post li {

View File

@ -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;