From c34601d42741c749ab2a6c5f3e653910c683ba44 Mon Sep 17 00:00:00 2001 From: Jimmy McArthur Date: Tue, 27 Apr 2021 08:14:28 -0500 Subject: [PATCH] Missing close bracket Signed-off-by: Jimmy McArthur --- src/style/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/style.scss b/src/style/style.scss index edc00a4..f1c7377 100644 --- a/src/style/style.scss +++ b/src/style/style.scss @@ -299,7 +299,8 @@ a.news-link:hover { background-color: #F2F2F2; margin-top: unset; padding: 60px 0 60px 0; +} .columns-sponsors { text-align:center; -} \ No newline at end of file +}