diff --git a/src/app/components/home/home.component.html b/src/app/components/home/home.component.html index 9b5d925..1d76341 100644 --- a/src/app/components/home/home.component.html +++ b/src/app/components/home/home.component.html @@ -3,7 +3,7 @@
-
+
@@ -32,7 +32,7 @@ -
+

Comment ça marche ?

@@ -81,7 +81,7 @@ -
+
diff --git a/src/app/components/home/home.component.scss b/src/app/components/home/home.component.scss index d305d09..5794ab0 100644 --- a/src/app/components/home/home.component.scss +++ b/src/app/components/home/home.component.scss @@ -101,5 +101,13 @@ body { padding-top: 2%; } +@media only screen +and (min-device-width : 320px) +and (max-device-width : 568px) { + .feature-box { + padding-top: 20vh; + } +} +