From 7e244f1e4bda27d27613df272e1db38353815442 Mon Sep 17 00:00:00 2001 From: Grigorii Bushmanov Date: Sat, 11 Nov 2023 14:57:10 +0300 Subject: [PATCH] .list-group{ margin-bottom: 0; } --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 45c3513..da20863 100644 --- a/style.css +++ b/style.css @@ -22,6 +22,10 @@ blockquote { background: #fff; } +.list-group{ + margin-bottom: 0; +} + #photo-header{ margin-top: -75px; }