From 793471317c766662bb4af2a51f620d904e7b9598 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 16 Aug 2022 18:57:37 +0200 Subject: [PATCH] change: gap for button titles and subtitles --- src/app/title/title.component.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/title/title.component.css b/src/app/title/title.component.css index fb39e27..96fb0ba 100644 --- a/src/app/title/title.component.css +++ b/src/app/title/title.component.css @@ -11,6 +11,7 @@ display: flex; flex-direction: column; justify-content: center; + margin: 0.5em 0; } .button { -- 2.39.5