blog post header align
This commit is contained in:
parent
7734fb45f5
commit
3bb2b0ba31
|
@ -46,21 +46,23 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
justify-content: space-around;
|
||||
|
||||
padding-bottom: 25px;
|
||||
padding: 0 0 20px 0;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
#search {
|
||||
height: 40px;
|
||||
|
||||
align-self: center;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
line-height: 2;
|
||||
padding: 0.5rem 0.8rem;
|
||||
margin-top: 0px;
|
||||
|
||||
background-color: var(--background);
|
||||
color: var(--text1);
|
||||
|
|
Loading…
Reference in New Issue