hop off dave

Reviewed-on: #5
This commit is contained in:
qwertychomp 2025-01-08 15:16:40 -08:00
commit 6689eda597
2 changed files with 4 additions and 2 deletions

View File

@ -74,6 +74,8 @@ button {
display:flex;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: 0
}
.source-btn {
background-color: #333333;

View File

@ -1,4 +1,3 @@
.search-container {
text-align: center;
margin: 20px 0;
@ -8,7 +7,7 @@
}
#search-bar {
margin: 0 auto;
margin-right: auto;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
@ -16,6 +15,7 @@
max-width: 400px;
display: flex;
justify-content: left;
margin-left:10px;
}
#search-icon{
font-size:30px;