diff --git a/content/assets/stylesheets/includes/general.scss b/content/assets/stylesheets/includes/general.scss index 5134f59..e26f78d 100644 --- a/content/assets/stylesheets/includes/general.scss +++ b/content/assets/stylesheets/includes/general.scss @@ -182,14 +182,16 @@ footer.footer { figure { position: relative; - display: inline-flex; + img { + display: block; + } figcaption { position: absolute; background-color: rgba(0,0,0,.7); color: white; bottom: 0; width: 100%; - padding: 10px; + padding: 10px 20px; transition: all .1s; }