added option to position the logo at the right of the title

This commit is contained in:
Gabriele Musco 2022-03-28 16:28:17 +02:00
parent 210793da66
commit eaa947df25
No known key found for this signature in database
GPG key ID: 0587A5D65B5DC99E
3 changed files with 19 additions and 3 deletions

View file

@ -586,6 +586,15 @@ ul.list {
font-weight: normal;
font-size: 1.6 * $base_font_size * $title_font_mult;
margin: 0;
{{ if site.Params.logoRightOfTitle }}
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
> a {
margin-right: 12px;
}
{{ end }}
}
img {