Add simple figure style for content class (#130)

* Add figure style

* Add figure to exampleSite

* Apply suggested changes from code-review
This commit is contained in:
Piotr Januszewski
2019-01-07 16:30:09 +01:00
committed by Luiz F. A. de Prá
parent 3d4335a787
commit 12b4246e29
7 changed files with 17 additions and 2 deletions

View File

@@ -40,6 +40,16 @@
}
}
}
figure {
margin: 0;
padding: 0;
}
figcaption p {
text-align: center;
font-style: italic;
font-size: 1.6rem;
margin: 0;
}
}
.avatar img{