diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-03-02 16:07:03 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-03-02 16:07:03 +0100 |
commit | 7e5f7bb3391ef263d48b9e0850e442b08657f8bd (patch) | |
tree | 9c553ad33f744fc65afc82d522a6147a7e1d5f7e /layouts | |
parent | ea28f0f0b30dce115d01a2aed5d618e414336f1d (diff) |
fix: shring images on phones
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/shortcodes/img-center.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/img-center.html b/layouts/shortcodes/img-center.html index fca4395..7d1d225 100644 --- a/layouts/shortcodes/img-center.html +++ b/layouts/shortcodes/img-center.html @@ -8,6 +8,7 @@ <center> <figure> <img + class="center" alt="{{ $caption }}" src="{{ $img1x.RelPermalink }}" srcset=" |