From 9da6f128ec76eb2fc1e2fa1ec9fa820d893e0227 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 2 Sep 2014 15:34:18 -0700 Subject: [PATCH] Adjusted tags section on browse page --- sass/_project-sass/_project-Main.scss | 3 +++ views/browse.erb | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 127ad6cc..6c16b6ca 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -820,6 +820,9 @@ a.tag:hover { .browse-page h1 { margin-top: 0; } +.browse-page .tags { + padding: 0 30px 30px 30px; +} .interior .header-Outro.with-columns .col.filter { padding-top: 0px; padding-bottom: 4px; diff --git a/views/browse.erb b/views/browse.erb index 19ee566b..6d27431c 100644 --- a/views/browse.erb +++ b/views/browse.erb @@ -111,11 +111,12 @@ <% end %> <% end %> - \ No newline at end of file