Remade header via grid instead of flexbox to make a proper searchbox centering

This commit is contained in:
2024-08-05 12:05:40 +03:00
parent dda1407381
commit 216b40c3e9
2 changed files with 21 additions and 12 deletions

View File

@@ -11,7 +11,6 @@
<style>
.searchbar {
position: absolute;
display: flex;
align-items: center;
@@ -21,7 +20,6 @@
height: 36px;
padding: 10px;
margin-inline: auto auto;
}
.searchbar__input {