0
Fork 0
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:
Fred K. Schott 2021-08-25 05:18:04 -07:00 committed by GitHub
parent 397d8f3d84
commit 96ecb3da5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ const lang = currentPage && getLanguageFromURL(currentPage);
.logo {
direction: ltr;
display: flex;
overflow: hidden;
width: 30px;