From dbfe0a37c18695c39fb4fbdbb62fd8d450cd0379 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Sun, 25 May 2025 20:55:53 +0200 Subject: [PATCH] Reduce container margin and add semi-transparent background --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ebf5c21..7731247 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ column-gap: 16px; padding: 1rem; - margin: 2rem; + margin: 0.5rem; /* Font */ font-family: Montserrat; @@ -33,6 +33,8 @@ width: 100%; border-radius: 1rem; + + background-color: rgba(0, 0, 0, 0.4); } .image {