From bb7cb8e20048eb9b9cf48bd958e606854516b081 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 22 May 2023 11:35:51 +0200 Subject: Added new post --- themes/simple/static/css/tailwind.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'themes') diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css index 8e1ddb9..7f0637e 100644 --- a/themes/simple/static/css/tailwind.css +++ b/themes/simple/static/css/tailwind.css @@ -63,6 +63,24 @@ article.single img { @apply rounded w-full !bg-gray-50 my-8; } +article.single img[src*="?style=bigimg"] { + transform: scale(1.25); + margin-top: 100px; + margin-bottom: 100px; + transform-origin: center center; + + image-rendering: crisp-edges; + image-rendering: -webkit-optimize-contrast; +} + +@media (max-width: 900px) { + article.single img[src*="?style=bigimg"] { + transform: initial; + margin-top: initial; + margin-bottom: initial; + } +} + article.single video { @apply rounded w-full !bg-gray-50; } -- cgit v1.2.3