From ed080385e848a5e0286d447669a2541595227ae4 Mon Sep 17 00:00:00 2001 From: Jakub Date: Fri, 1 Mar 2024 21:28:55 -0500 Subject: [PATCH] change height of imgs wide mode --- static/css/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 5b5a9f8..c0acd65 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -625,11 +625,6 @@ blockquote.location p { padding: inherit; } } -@media screen and (min-width: 1040px) { - .gallery-item { - height: 18vh; - } -} .gallery-item img { object-fit: cover;