RESPONSIVE FIX flex content
This commit is contained in:
parent
00d1384c3f
commit
8ad64920b8
|
|
@ -54,9 +54,8 @@
|
||||||
@apply absolute border-primary border bg-white top-20 left-8;
|
@apply absolute border-primary border bg-white top-20 left-8;
|
||||||
height: 94%;
|
height: 94%;
|
||||||
width: 104%;
|
width: 104%;
|
||||||
transform: perspective(800px) rotateY(10deg)
|
transform: perspective(800px) rotateY(10deg) skewX(1deg) rotateZ(4deg)
|
||||||
skewX(1deg) rotateZ(4deg) rotateX(1deg)
|
rotateX(1deg) scale(0.98) translateY(-2px);
|
||||||
scale(0.98) translateY(-2px);
|
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
|
@ -90,7 +89,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__post-details {
|
&__post-details {
|
||||||
@apply flex gap-8 pt-12;
|
@apply md:flex gap-8 pt-12;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
@apply uppercase font-bold tracking-widest !mb-0;
|
@apply uppercase font-bold tracking-widest !mb-0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user