From 3ad77c3d0d88f5020ce38e3b170d0188931b4da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gl=C3=A1uber=20Brennon?= Date: Sun, 13 Dec 2015 22:24:58 -0300 Subject: [PATCH] .phone max-width changed to 50% on mobile -.phone class max-width changed from 80% to 50% -added max-width 50% to .phone + .phone selector --- examples/landing/css/custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/landing/css/custom.css b/examples/landing/css/custom.css index 9955268..8511184 100644 --- a/examples/landing/css/custom.css +++ b/examples/landing/css/custom.css @@ -22,10 +22,11 @@ } .phone { position: relative; - max-width: 80%; + max-width: 50%; margin: 3rem auto -12rem; } .phone + .phone { + max-width: 50%; display: none; } @@ -82,6 +83,7 @@ right: 3rem; max-height: 362px; z-index: 3; + max-width: 73.8%; } .phone + .phone { top: -6rem;