This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a commit to branch aip-11
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/aip-11 by this push:
new 23e7973 Improve the gap between integrators (#132)
23e7973 is described below
commit 23e7973083b895920fd88e7389118573f8ace9c7
Author: Kamil BreguĊa <[email protected]>
AuthorDate: Wed Nov 6 12:49:00 2019 +0100
Improve the gap between integrators (#132)
---
landing-pages/site/assets/scss/_home-page.scss | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/landing-pages/site/assets/scss/_home-page.scss
b/landing-pages/site/assets/scss/_home-page.scss
index b8ac901..ebd0dec 100644
--- a/landing-pages/site/assets/scss/_home-page.scss
+++ b/landing-pages/site/assets/scss/_home-page.scss
@@ -36,6 +36,10 @@
}
}
-#integration .search-form {
- margin-bottom: 24px;
+#integrations .list-items {
+ margin-top: 40px;
+
+ @media (max-width: $mobile) {
+ margin-top: 20px;
+ }
}