From 62237121a54ad0b555b1527b0c30d5b595404014 Mon Sep 17 00:00:00 2001 From: ProgramistaZpolski Date: Mon, 12 Aug 2024 18:37:47 +0200 Subject: [PATCH] Add margin to article card --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 97859f2..0255acf 100644 --- a/style.css +++ b/style.css @@ -213,6 +213,7 @@ button, .button { color: var(--md-sys-color-on-primary-container); padding: 1.5rem; border-radius: 2rem; + margin-bottom: 1rem; } .article-card header {