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 32aff96 Make arrow in accordion smaller on mobile devicese (#133)
32aff96 is described below
commit 32aff9650f0830280da35cdfaee0bc5afafe48f5
Author: Kamil BreguĊa <[email protected]>
AuthorDate: Wed Nov 6 12:49:29 2019 +0100
Make arrow in accordion smaller on mobile devicese (#133)
---
landing-pages/site/assets/scss/_accordion.scss | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/landing-pages/site/assets/scss/_accordion.scss
b/landing-pages/site/assets/scss/_accordion.scss
index 6bdcce6..330ec7b 100644
--- a/landing-pages/site/assets/scss/_accordion.scss
+++ b/landing-pages/site/assets/scss/_accordion.scss
@@ -97,6 +97,12 @@ details.accordion {
}
}
+ .accordion__arrow {
+ width: 28px;
+ height: 28px;
+ top: 5px;
+ }
+
.accordion__content {
&.indented {
margin-left: 80px;