align search box
This commit is contained in:
parent
75c2be36dd
commit
da77eb1cfa
1 changed files with 4 additions and 1 deletions
|
|
@ -123,6 +123,9 @@ header {
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -147,7 +150,7 @@ main {
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 1rem;
|
||||
align-items: center;
|
||||
align-items: flex-end;
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue