aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/static/css/tailwind.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/static/css/tailwind.css')
-rw-r--r--themes/simple/static/css/tailwind.css15
1 files changed, 3 insertions, 12 deletions
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 {
61/* Media: Images, audio, video */ 61/* Media: Images, audio, video */
62article.single img { 62article.single img {
63 @apply rounded w-full !bg-gray-50 my-8; 63 @apply rounded w-full !bg-gray-50 my-8;
64}
65
66article.single img[src*="?style=bigimg"] {
67 transform: scale(1.25);
68 margin-top: 100px;
69 margin-bottom: 100px;
70 transform-origin: center center;
71 64
72 image-rendering: crisp-edges; 65 image-rendering: crisp-edges;
73 image-rendering: -webkit-optimize-contrast; 66 image-rendering: -webkit-optimize-contrast;
74} 67}
75 68
69article.single img[src*="?style=bigimg"] {}
70
76@media (max-width: 900px) { 71@media (max-width: 900px) {
77 article.single img[src*="?style=bigimg"] { 72 article.single img[src*="?style=bigimg"] {}
78 transform: initial;
79 margin-top: initial;
80 margin-bottom: initial;
81 }
82} 73}
83 74
84article.single video { 75article.single video {