narrow body with and align gitea icon

This commit is contained in:
pat-s 2023-04-21 17:23:38 +02:00
parent 5e7d82b6cd
commit d88f4dc2d5
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 8 additions and 1 deletions

View File

@ -67,12 +67,13 @@ a.author {
.navbar .navbar-brand {
align-items: center;
justify-content: space-between;
justify-content: end;
flex-grow: 1;
input {
height: 50%;
padding: 0.3rem;
margin-right: 0.75rem;
padding-bottom: 4px;
}
}
@ -304,3 +305,9 @@ a:hover {
border-color: #528321;
color: #fff;
}
.section {
width: 800px;
padding: 3rem 1.5rem;
margin: 0 auto;
}