mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-13 01:57:28 -05:00
Use <figure> for images and videos
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
|
||||
.post-media {
|
||||
margin-top: 15px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.post-description {
|
||||
@ -106,6 +107,10 @@ img:not(.noborder), video:not(.noborder) {
|
||||
border: 5px solid #1b5b9b;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
font-style: italic;
|
||||
font-size: small;
|
||||
|
Reference in New Issue
Block a user