From 1176e6d31d72d133a9b659ff77e6eba612291f58 Mon Sep 17 00:00:00 2001 From: ArtOfCode Date: Sun, 21 Jan 2018 21:55:25 +0000 Subject: [PATCH] Center hack --- _assets/css/application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_assets/css/application.scss b/_assets/css/application.scss index 5ac3ded0..a02231a6 100644 --- a/_assets/css/application.scss +++ b/_assets/css/application.scss @@ -184,3 +184,7 @@ blockquote { box-shadow: 0 0 20px #6B1A00; padding: 1px 20px; } + +.center { + text-align: center; +}