added option to position the logo at the right of the title
This commit is contained in:
parent
210793da66
commit
eaa947df25
3 changed files with 19 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue