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;
|
border-radius: 4px;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1.5em;
|
grid-template-columns: 1fr 1.5em;
|
||||||
|
column-gap: .5em;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1em 2em 1em 2em;
|
padding: 1em 2em 1em 2em;
|
||||||
|
|
Loading…
Reference in a new issue