aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-08-25 05:18:04 -0700
committerGravatar GitHub <noreply@github.com> 2021-08-25 08:18:04 -0400
commit96ecb3da5f94c093fd5c40e521ff40002de2807d (patch)
tree7677332ea1a33f2de5f7f490b9fd86a4f9b47ea8
parent397d8f3d842e7e17d29c4f7862b6639f34f6a2e4 (diff)
downloadastro-96ecb3da5f94c093fd5c40e521ff40002de2807d.tar.gz
astro-96ecb3da5f94c093fd5c40e521ff40002de2807d.tar.zst
astro-96ecb3da5f94c093fd5c40e521ff40002de2807d.zip
docs: fix header rtl logo view (#1224)
-rw-r--r--docs/src/components/Header/Header.astro1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/components/Header/Header.astro b/docs/src/components/Header/Header.astro
index 8471e4ebf..968ba69b2 100644
--- a/docs/src/components/Header/Header.astro
+++ b/docs/src/components/Header/Header.astro
@@ -23,6 +23,7 @@ const lang = currentPage && getLanguageFromURL(currentPage);
.logo {
+ direction: ltr;
display: flex;
overflow: hidden;
width: 30px;