From 57ad8b99592406153129badffd936c07bda2f5ba Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Mon, 17 Jun 2024 16:03:12 -0400 Subject: [PATCH] fix lint --- src/styles/home.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/home.css b/src/styles/home.css index ff0e7c27..aec86252 100644 --- a/src/styles/home.css +++ b/src/styles/home.css @@ -1,4 +1,5 @@ -app-latest-post, app-hero-banner { +app-latest-post, +app-hero-banner { display: block; margin: 0 auto; width: 70%;