blog post header align

This commit is contained in:
Sveske_Juice 2024-02-24 00:36:18 +01:00
parent 7734fb45f5
commit 3bb2b0ba31
1 changed files with 4 additions and 2 deletions

View File

@ -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);