From 9d3c4dd07295970de823565dd91e76de53485620 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 23 May 2023 01:26:38 +0200 Subject: Fixed bigger images --- themes/simple/static/css/tailwind.css | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'themes/simple') diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css index 7f0637e..fa64f9c 100644 --- a/themes/simple/static/css/tailwind.css +++ b/themes/simple/static/css/tailwind.css @@ -61,24 +61,15 @@ article.single .content blockquote p { /* Media: Images, audio, video */ 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; } +article.single img[src*="?style=bigimg"] {} + @media (max-width: 900px) { - article.single img[src*="?style=bigimg"] { - transform: initial; - margin-top: initial; - margin-bottom: initial; - } + article.single img[src*="?style=bigimg"] {} } article.single video { -- cgit v1.2.3