From 83ca3b7b8b651220d74057f0472c8e6fec060aa2 Mon Sep 17 00:00:00 2001 From: erose357 Date: Tue, 9 Jan 2018 12:54:41 -0700 Subject: [PATCH] Adds a css rule to target the logo in .footer-local and padding between the logo and open source info at the bottom --- app/assets/stylesheets/darkswarm/footer.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/darkswarm/footer.scss b/app/assets/stylesheets/darkswarm/footer.scss index 56176a1b4d..c9255b71b1 100644 --- a/app/assets/stylesheets/darkswarm/footer.scss +++ b/app/assets/stylesheets/darkswarm/footer.scss @@ -88,6 +88,10 @@ footer { @include panepadding; + div.row a img { + margin-bottom: 20px; + } + .row { &, p, h1, h2, h3, h4, h5, h6 { color: $disabled-med;