From a75d41f80b2a25134d7a10b7fe0ac2bd78e996d8 Mon Sep 17 00:00:00 2001 From: Guilherme Barbosa Antunes Date: Mon, 6 May 2024 23:31:58 -0300 Subject: [PATCH] resizing image. --- partners/kujira/bot/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partners/kujira/bot/styles.css b/partners/kujira/bot/styles.css index 789a60d..29ba160 100644 --- a/partners/kujira/bot/styles.css +++ b/partners/kujira/bot/styles.css @@ -5,7 +5,7 @@ body { } img { - width: 66.6666vw; + width: 70vw; max-width: 100%; height: auto; display: block; @@ -40,7 +40,7 @@ img { .btn { display: inline-block; - padding: 10px 20px; + padding: 5px 10px; background-color: #007bff; color: #fff; text-decoration: none;