callout section - add borders

This commit is contained in:
isUnknown 2024-07-31 12:14:28 +02:00
parent 1945557d93
commit 9efeb72f68

View file

@ -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 {