Force header right side on the right

This commit is contained in:
Fabio Manganiello 2021-01-27 17:15:58 +01:00
parent c22d7979ab
commit 39f9d2ba98
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ header .right {
display: inline-flex;
justify-content: right;
text-align: right;
direction: rtl;
opacity: .8;
}