mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
13 lines
168 B
CSS
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;
|
|
}
|
|
}
|