Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-03-07 22:33:12 +0300
committeruPagge <git@upagge.ru>2021-03-07 22:33:12 +0300
commit36e074d8c4b0915a14dae38d01e7bf37d11a86ce (patch)
treeb93075d578ca7cae7eff624635680954a9163c8a /assets
parent5372b8635dced11b32f7ed03c7452cac8d942fd6 (diff)
css fix render image
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_page/_single.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/_page/_single.scss b/assets/css/_page/_single.scss
index 4309c6a..2784fd1 100644
--- a/assets/css/_page/_single.scss
+++ b/assets/css/_page/_single.scss
@@ -192,6 +192,9 @@
max-width: 100%;
min-height: 1em;
content-visibility: auto;
+ }
+
+ .render-image {
box-shadow: 0 0 15px rgba(122,122,122,0.3);
}