Narrow body with and align gitea icon #126

Merged
silverwind merged 5 commits from pat-s/theme:blog-body into main 2023-04-29 07:41:20 +00:00
Showing only changes of commit d88f4dc2d5 - Show all commits

View File

@ -67,12 +67,13 @@ a.author {
.navbar .navbar-brand {
align-items: center;
justify-content: space-between;
justify-content: end;
silverwind marked this conversation as resolved Outdated

Shouldn't this be flex-end, assuming it's a flexbox?

Shouldn't this be `flex-end`, assuming it's a flexbox?
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;
}