mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
docs: fix header rtl logo view (#1224)
This commit is contained in:
parent
397d8f3d84
commit
96ecb3da5f
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ const lang = currentPage && getLanguageFromURL(currentPage);
|
|||
|
||||
|
||||
.logo {
|
||||
direction: ltr;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
width: 30px;
|
||||
|
|
Loading…
Reference in a new issue