From 0bd91ac317e733b68583c65522c369491ab727c6 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 26 Jun 2019 16:56:48 -0400 Subject: [PATCH 1/1] set a style for the fsf logo in the footer --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index 45ee13b..6f76b81 100644 --- a/css/style.css +++ b/css/style.css @@ -162,3 +162,5 @@ a { transition: 0.3s; } .footer .copyright { font-size: 0.9em; text-align: center; width: 80%; margin-top: 1em; border-top: 1px solid #111; padding: 1em; } +#fsf-logo-footer { margin-bottom: 10px; } + -- 2.25.1