search icon position

This commit is contained in:
Michael Shamoon 2021-01-01 12:25:16 -08:00
parent a5ae056c9b
commit dc525783ee

View File

@ -89,11 +89,14 @@
.navbar .search-form-container {
max-width: 550px;
position: relative;
form {
position: relative;
}
svg {
position: absolute;
left: 2rem;
left: 0.6rem;
color: rgba(255, 255, 255, 0.6);
}