diff --git a/static/css/style.css b/static/css/style.css index 0bfa745..8e77a8f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -551,7 +551,6 @@ a.not(.anchor):focus { } .article-body figure img { vertical-align: middle; - padding-bottom: 0.3em; min-width: calc(50% - 2 * var(--image-margin-side)); } @media only screen and (min-width: 768px) { @@ -610,6 +609,10 @@ a.not(.anchor):focus { outline: none; min-height: 100%; border: none; + margin-bottom: 0.3em; +} +.article-body figure>a:hover { + border: none !important; } .article-body figure>a>img:hover { box-shadow: 0 0 1em rgba(var(--font-color_rgb), 0.5);