callout section - add borders
This commit is contained in:
parent
1945557d93
commit
9efeb72f68
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ section.callout {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
border-top: var(--border);
|
||||
border-bottom: var(--border);
|
||||
}
|
||||
|
||||
section.callout h4 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue