chore: use remote search

This commit is contained in:
Cory Dransfeldt 2024-10-18 18:12:30 -07:00
parent 7a2a2aa951
commit 482e13569f
No known key found for this signature in database
53 changed files with 1184 additions and 3735 deletions

View file

@ -0,0 +1,23 @@
.webring-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
margin: var(--margin-vertical-base-horizontal-zero);
& p {
margin: 0;
}
& .webring-navigation {
display: flex;
align-items: center;
justify-content: center;
gap: var(--spacing-sm);
& a {
display: flex;
}
}
}