From 2d1305045ed29c394b35d89c00ec66aa4f026b62 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Tue, 23 Oct 2018 11:41:06 -0400 Subject: [PATCH] Typography utils --- _sass/typography.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_sass/typography.scss b/_sass/typography.scss index 3528b04..acb89ec 100644 --- a/_sass/typography.scss +++ b/_sass/typography.scss @@ -50,5 +50,9 @@ li { } .text-mono { - font-family: $mono-font-family; + font-family: $mono-font-family !important; +} + +.text-center { + text-align: center !important; }