This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 626e5f74ef style: fixed theme-toggle position (#1363)
626e5f74ef is described below
commit 626e5f74ef7fd51995e7e5397a4300efee1188e3
Author: Navjot Maan <[email protected]>
AuthorDate: Wed Dec 31 16:55:45 2025 +0530
style: fixed theme-toggle position (#1363)
---
landing-pages/site/assets/scss/_navbar.scss | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/landing-pages/site/assets/scss/_navbar.scss
b/landing-pages/site/assets/scss/_navbar.scss
index 01f7d56a96..c71c382350 100644
--- a/landing-pages/site/assets/scss/_navbar.scss
+++ b/landing-pages/site/assets/scss/_navbar.scss
@@ -24,7 +24,6 @@
top: 0;
width: 100%;
background-color: white;
- justify-content: flex-start;
border-bottom: solid 1px map-get($colors, very-light-pink);
z-index: 32;
padding: 30px 60px;
@@ -87,7 +86,8 @@
@media (max-width: $tablet) {
transform: none;
- margin-right: 16px;
+ margin-right: 20px;
+ margin-left: auto;
}
.btn {
@@ -150,7 +150,6 @@
&__drawer-container {
display: flex;
- flex-grow: 1;
justify-content: flex-end;
}