.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:
parent
4daf69a02b
commit
3ad77c3d0d
@ -22,10 +22,11 @@
|
|||||||
}
|
}
|
||||||
.phone {
|
.phone {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 80%;
|
max-width: 50%;
|
||||||
margin: 3rem auto -12rem;
|
margin: 3rem auto -12rem;
|
||||||
}
|
}
|
||||||
.phone + .phone {
|
.phone + .phone {
|
||||||
|
max-width: 50%;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,6 +83,7 @@
|
|||||||
right: 3rem;
|
right: 3rem;
|
||||||
max-height: 362px;
|
max-height: 362px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
max-width: 73.8%;
|
||||||
}
|
}
|
||||||
.phone + .phone {
|
.phone + .phone {
|
||||||
top: -6rem;
|
top: -6rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user