RESPONSIVE FIX to avoid breaking the main
This commit is contained in:
parent
0f47ea2c93
commit
7d3f33e290
|
|
@ -136,8 +136,10 @@
|
|||
/* opacity: 0.5; */
|
||||
top: 100px;
|
||||
height: calc(100% - 150px);
|
||||
transform: translateY(100px) translateX(-50%) perspective(800px) skewX(1deg)
|
||||
rotateZ(-2deg) rotateY(-4deg) scaleX(1.98);
|
||||
@screen lg {
|
||||
transform: translateY(100px) translateX(-50%) perspective(800px) skewX(1deg)
|
||||
rotateZ(-2deg) rotateY(-4deg) scaleX(1.98);
|
||||
}
|
||||
}
|
||||
&__title {
|
||||
@apply text-base font-extrabold uppercase pb-8 tracking-widest nunito;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user