Files
brk/website/styles/search.css
2026-02-13 13:54:09 +01:00

13 lines
168 B
CSS

search {
text-transform: uppercase;
gap: 1rem;
ul {
list-style: none;
display: flex;
flex-direction: column;
gap: 0.75rem;
padding: 0;
}
}