From 82f0a0c7f3dcf5bf8167d45b2bcc5044498502ff Mon Sep 17 00:00:00 2001 From: XHXIAIEIN Date: Tue, 1 Oct 2024 01:45:03 +0800 Subject: [PATCH] Update styles.css --- thank/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/thank/styles.css b/thank/styles.css index 0844155..329a128 100644 --- a/thank/styles.css +++ b/thank/styles.css @@ -15,7 +15,6 @@ a { .sponsor-container { text-align: center; margin-inline: auto; - width: 100%; } .sponsor-image { @@ -23,8 +22,14 @@ a { height: auto; cursor: pointer; transition: transform 0.2s; + + @media (width < 600px) { + max-width: 400px; + } } .sponsor-image:hover { transform: scale(1.05); } + +