From 74b939703f1ea07e788b70e3d1afa756a439f2af Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Thu, 1 Aug 2019 08:18:02 -0700 Subject: [PATCH] Update front page CSS --- static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index c34aa84..d89d450 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -100,8 +100,12 @@ b, strong { text-align: center; } +.diamondSponsors a:not(:last-child) { + margin-right: 2rem; +} + .diamondSponsors img { - width: 150px; + height: 2rem; } img#sponsors { -- 2.39.5