From b82a01e64a4d355d8a36057696215b0f6943f590 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Tue, 14 Nov 2017 23:00:17 -0800 Subject: [PATCH] Fix sylesheet --- _includes/head.html | 2 +- css/style.scss | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index f27fe36..0900f3a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -5,5 +5,5 @@ - + \ No newline at end of file diff --git a/css/style.scss b/css/style.scss index 96a57c4..6435c8e 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1 +1,7 @@ -//nothing here yet \ No newline at end of file +--- +--- + +footer { + font-size: 1em; + text-align: center; +} \ No newline at end of file