From 902d36da196ca9b634b09115acc4433c4757dab7 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Tue, 14 Mar 2017 12:31:38 -0400 Subject: [PATCH] Align centered text to actually be centered --- sass/_theme_rst.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 123ba597..4aac76de 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -119,6 +119,9 @@ display: inline-block &:hover .headerlink display: inline-block + + .centered + text-align: center // Sidebar content. You'll see at the bottom of this file I change it in mobile. .sidebar