From f24264cd7643ba836b041a35edd58f9d05d465f1 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 12 Mar 2017 15:37:31 -0400 Subject: [PATCH] Add 8px top padding --- sass/_theme_rst.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 123ba597..9abaf017 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -192,7 +192,7 @@ white-space: nowrap .field-body text-align: left - padding-left: 0 + padding: 8px 0px 0px 0px // These are the "literals" that get spit out when you mark stuff as ``code`` as your write. tt, code