.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
This commit is contained in:
Gláuber Brennon 2015-12-13 22:24:58 -03:00
parent 4daf69a02b
commit 3ad77c3d0d

View File

@ -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;