From ef0a5ff47753ddb716d5f844afb5ef44610655f7 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Sat, 29 Aug 2020 21:30:02 +0200 Subject: [PATCH] fix(PublicPage): add column gap in schedule category header --- assets/development/styles/organization.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/development/styles/organization.css b/assets/development/styles/organization.css index 773b051..0bbb00f 100644 --- a/assets/development/styles/organization.css +++ b/assets/development/styles/organization.css @@ -498,6 +498,7 @@ section { border-radius: 4px; display: grid; grid-template-columns: 1fr 1.5em; + column-gap: .5em; justify-content: space-between; align-items: center; padding: 1em 2em 1em 2em;