fix(PublicPage): add column gap in schedule category header

This commit is contained in:
Matthieu Bessat 2020-08-29 21:30:02 +02:00
parent ebd725b0d3
commit ef0a5ff477

View file

@ -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;