fix callout a style
This commit is contained in:
parent
f9016d703e
commit
29ccfdd477
1 changed files with 1 additions and 5 deletions
|
|
@ -7,16 +7,12 @@ section.callout {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
section.callout a {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
section.callout .ticket-link {
|
||||
margin-top: calc(var(--padding-vertical) / 2);
|
||||
}
|
||||
|
||||
section.callout a {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue