fix(PublicPage): add column gap in schedule category header
This commit is contained in:
parent
ebd725b0d3
commit
ef0a5ff477
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue