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