From ce20f1481e0d4ccd15112190c8ea60de2c8a6684 Mon Sep 17 00:00:00 2001 From: Patrick Elser Date: Wed, 23 Aug 2023 18:31:52 -0400 Subject: [PATCH] Fixed footer nav overlap issue --- web_app/sdlc-checklist/src/app/app.component.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_app/sdlc-checklist/src/app/app.component.css b/web_app/sdlc-checklist/src/app/app.component.css index f80dbe6..5cfe77a 100644 --- a/web_app/sdlc-checklist/src/app/app.component.css +++ b/web_app/sdlc-checklist/src/app/app.component.css @@ -380,7 +380,7 @@ footer span { } footer p { - margin: 10px 30px; + margin: 10px 60px; } .long-bottom {