From 731f3acdc4d868a2ec327108a8927724d8c51266 Mon Sep 17 00:00:00 2001 From: Bismin271172 <118316066+Bismin271172@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:24:24 +0700 Subject: [PATCH] Update style.css --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index ed3c973..7f7ddcc 100644 --- a/style.css +++ b/style.css @@ -172,17 +172,17 @@ header.sticky{ margin-top: 3rem; } -.container-box01{ +/* .container-box01{ background: var(--bg-color); border: 1px solid #f0eded; padding: 15px 10px; border-radius: 4px; transition: all 1s ease 0s; -} +} */ .container-img01 img{ height: 100%; - width: 410px; + width: 420px; padding: 15px 10px; background: var(--bg-color); box-shadow: 5px 10px 30px rgb(85 85 85/20%);