From 31b2631778413e01b326e43024eb8844cbd0ad76 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Sat, 25 Jun 2016 22:02:01 -0400 Subject: [PATCH] Fix spacing for bibliographies. Should use a single class for each bibliography instead of hard coding each bibligoraphy in the style. --- css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index 8501cb8..4d33760 100644 --- a/css/style.scss +++ b/css/style.scss @@ -196,7 +196,7 @@ body { }; } -#drafts, #conference-publications { +#drafts, #conferences, #journals-and-surveys { padding: $text-pad; }