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 f5270bc4d5 Fixed extra unecessary spaces in top of heading. (#1343)
f5270bc4d5 is described below
commit f5270bc4d5448e80aea165ee8278c7b26b94d1f9
Author: Shashiranjan singh <[email protected]>
AuthorDate: Fri Dec 19 02:45:45 2025 +0530
Fixed extra unecessary spaces in top of heading. (#1343)
* Updated the button UI
* Fix trailing whitespace in _buttons.scss
* Fixed unecessary extra spaces
---
landing-pages/site/assets/scss/_base-layout.scss | 1 -
1 file changed, 1 deletion(-)
diff --git a/landing-pages/site/assets/scss/_base-layout.scss
b/landing-pages/site/assets/scss/_base-layout.scss
index 77472b42fc..df88b0f6b8 100644
--- a/landing-pages/site/assets/scss/_base-layout.scss
+++ b/landing-pages/site/assets/scss/_base-layout.scss
@@ -126,7 +126,6 @@
}
.container {
- margin-top: 44px;
max-width: 1200px;
@media (min-width: $fullhd) {