From 9c966cc21e33da4dc5cd908410b267c84077f797 Mon Sep 17 00:00:00 2001 From: Cooper Hollmaier Date: Wed, 28 Oct 2020 12:18:55 -0700 Subject: [PATCH] Added footer styles via footer-text --- .DS_Store | Bin 0 -> 6148 bytes app/src/components/layout.js | 2 +- app/src/styles/global.css | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..2f7d16a548ac22c9850d79b5d46d0962bc1c9e5a GIT binary patch literal 6148 zcmeHKyG{c^3>=dnMM{&Ba({t8SViFr_<;avkWNaZkp3#Zi%(X}$cafBN&DVV13&+GLCm-cR{S3G+GAZ!a3VZ?wVi+(0 literal 0 HcmV?d00001 diff --git a/app/src/components/layout.js b/app/src/components/layout.js index e0a9cfe..10a7777 100644 --- a/app/src/components/layout.js +++ b/app/src/components/layout.js @@ -30,7 +30,7 @@ const Layout = ({ children }) => {
{children}
-