From 12d55266633ee20202a3771a8c200f43a83026ae Mon Sep 17 00:00:00 2001 From: dsyoon Date: Sat, 27 Dec 2025 15:47:35 +0900 Subject: [PATCH] Swap slideshow and thumbnail list positions --- css/galleriffic-2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/galleriffic-2.css b/css/galleriffic-2.css index b233426..b77e2b5 100644 --- a/css/galleriffic-2.css +++ b/css/galleriffic-2.css @@ -107,13 +107,13 @@ div.navigation { .gallery-wrap > #gallery.content { flex: 1 1 auto; min-width: 0; - order: 1; + order: 2; } .gallery-wrap > #thumbs.navigation { flex: 0 0 380px; max-width: 38vw; - order: 2; + order: 1; } @media (max-width: 900px) {