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; }