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 ab14218b5f Add padding to base-layout while we have a banner (#770)
ab14218b5f is described below
commit ab14218b5f9b96158abb60db9c717ee16479a975
Author: Brent Bovenzi <[email protected]>
AuthorDate: Fri Apr 21 13:17:52 2023 -0400
Add padding to base-layout while we have a banner (#770)
---
landing-pages/site/assets/scss/_base-layout.scss | 3 ++-
landing-pages/site/assets/scss/_home-page.scss | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/landing-pages/site/assets/scss/_base-layout.scss
b/landing-pages/site/assets/scss/_base-layout.scss
index aee383fcc8..309051296e 100644
--- a/landing-pages/site/assets/scss/_base-layout.scss
+++ b/landing-pages/site/assets/scss/_base-layout.scss
@@ -20,7 +20,8 @@
@import "fonts";
.base-layout {
- padding: 123px 0 40px;
+ // padding: 123px 0 40px;
+ padding: 163px 0 40px; // TEMP - accommodate Airflow Summit banner (123 + 40)
&--button {
display: flex;
diff --git a/landing-pages/site/assets/scss/_home-page.scss
b/landing-pages/site/assets/scss/_home-page.scss
index bda7e24e75..174110c93b 100644
--- a/landing-pages/site/assets/scss/_home-page.scss
+++ b/landing-pages/site/assets/scss/_home-page.scss
@@ -20,7 +20,8 @@
.home-page-layout {
&.base-layout {
- padding-top: 70px;
+ // padding-top: 70px;
+ padding-top: 110px; // TEMP - accommodate Airflow Summit banner (70 + 40)
@media (max-width: $mobile) {
padding-top: 16px;