From d7e126e0c98116ab53b6f8c269ec9b5203187ae4 Mon Sep 17 00:00:00 2001 From: Viiciouss Date: Thu, 12 Oct 2017 16:35:36 +0200 Subject: [PATCH] iphone5 home --- src/app/components/home/home.component.html | 6 +++--- src/app/components/home/home.component.scss | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) 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; + } +} +