Pequeño cambio en el diseño de las figuras

This commit is contained in:
Nika Zhenya 2019-10-08 12:53:17 -05:00
parent 576974fcdb
commit 7f5f370fd6
1 changed files with 14 additions and 0 deletions

View File

@ -63,6 +63,20 @@ section .post p:first-child {font-size: 1.15em;}
font-size: .85em;
}
figure {
margin: 1em auto;
}
@media screen and (min-width: 768px) {
figcaption {
float: right;
width: calc(30% - 2em);
margin-top: 0;
margin-right: -30%;
padding: 0 1em;
}
}
/* Footer */
footer {margin-top: 50px;}