From 065d2379d6832d56ed28b402aa939524e0d3f20c Mon Sep 17 00:00:00 2001 From: James Dinh Date: Sat, 23 Jul 2022 20:11:24 -0700 Subject: [PATCH] Updated workshop styles --- css/general.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/general.css b/css/general.css index 1244f22..9a0ee2c 100644 --- a/css/general.css +++ b/css/general.css @@ -1683,6 +1683,7 @@ section { flex-flow: row wrap; justify-content: space-between; font-size: 20px; + align-items: center; } .workshop-date div { @@ -1691,6 +1692,7 @@ section { .workshop-icon { float: left; + margin-top: 2px; margin-right: 5px; }