start footer
This commit is contained in:
parent
41a7b7b4cb
commit
1945557d93
21 changed files with 195 additions and 77 deletions
20
assets/css/src/callout.css
Normal file
20
assets/css/src/callout.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
section.callout {
|
||||
--padding-vertical: var(--space-m);
|
||||
background-color: var(--color-salmon);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
section.callout h4 {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
section.callout a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
section.callout .ticket {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue