From 395f47fb4c5c30976e3ae51460c78467e9136f3e Mon Sep 17 00:00:00 2001 From: rayelliott Date: Fri, 8 May 2020 12:24:49 +0000 Subject: [PATCH] center align .site-footer --- sass/theme/_theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/theme/_theme.scss b/sass/theme/_theme.scss index ff388be..12deea8 100644 --- a/sass/theme/_theme.scss +++ b/sass/theme/_theme.scss @@ -1 +1,5 @@ // This is an empty scss file for your custom styles - Please add your super duper awesome mega design styles here + +.site-footer { + text-align: center; +}