From b374183da6e30544a2c0afa25e12f112af001f5f Mon Sep 17 00:00:00 2001 From: s Date: Sun, 8 Sep 2024 23:34:38 +0900 Subject: [PATCH] :lipstick: increase margin between images --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 218ef4e..85d634d 100644 --- a/src/style.css +++ b/src/style.css @@ -31,7 +31,7 @@ h1 { flex-wrap: wrap; align-items: start; */ - gap: 1rem; + gap: 2rem; padding-bottom: 5rem; }