From c14c3cbbb41e538155073e6679b2b75e4817bb28 Mon Sep 17 00:00:00 2001 From: Roxas Ski Date: Tue, 14 Jan 2025 14:32:02 +0000 Subject: [PATCH] minor adjustments to history section for certain breakpoints --- style.css | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/style.css b/style.css index f30fc91..ee4e171 100644 --- a/style.css +++ b/style.css @@ -889,23 +889,11 @@ footer p i { grid-template-columns: repeat(2, 1fr); margin: 0 auto; } -} -@media screen and (max-width: 455px) { - .history .content p { - margin: 0; + .history img { + width: 200px; } } @media screen and (max-width: 410px) { - .history img { - float: none; - width: 100%; - } - .history .content h2 { - margin: 10px 0; - } - .history .content p { - margin: 10px auto; - } footer { margin: 40px auto 0; } @@ -923,6 +911,16 @@ footer p i { margin: 0 auto 25px; float: none; } + .history img { + float: none; + width: 100%; + } + .history .content h2 { + margin: 10px 0; + } + .history .content p { + margin: 10px auto; + } } @media screen and (max-width: 350px) { .poster-wrapper {