From e37c73e33a4aaf7fb8d25b5af03627f20bcda19f Mon Sep 17 00:00:00 2001 From: Doog <157747121+doogongithub@users.noreply.github.com> Date: Sat, 24 Feb 2024 20:08:35 -0500 Subject: add gitignore --- fe/src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fe/src/app.css') diff --git a/fe/src/app.css b/fe/src/app.css index 4768cf6..0d5fa90 100644 --- a/fe/src/app.css +++ b/fe/src/app.css @@ -42,9 +42,9 @@ h1 { } #app { + flex-grow: 2; max-width: 1280px; margin: 0 auto; - padding: 2rem; } button { -- cgit v1.1