0

Add basic searchbar (#5)

Co-authored-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
William Kray
2023-06-26 12:07:01 -07:00
committed by GitHub
parent 212bd67ca5
commit ed5c696655
4 changed files with 27 additions and 1 deletions

View File

@@ -18,6 +18,14 @@ main {
body > header {
text-align: center;
margin: 0 1rem;
}
.search {
width: 100%;
max-width: 800px;
box-sizing: border-box;
padding: .5rem;
}
.plugin {