mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
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:
committed by
Luiz F. A. de Prá
parent
3d4335a787
commit
12b4246e29
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user