fix: Backdrop issues in firefox and safari

This commit is contained in:
iamsivin 2022-10-04 12:06:15 +05:30
parent 3803cd2604
commit 7758d77c75
2 changed files with 83 additions and 107 deletions

View file

@ -200,7 +200,7 @@ export default {
}
}
.testimonial-right--card {
transform: translate(-18%, -94%);
transform: translate(-22%, -94%);
.right-card--wrap {
width: var(--space-giga);
.right-card--content {
@ -223,7 +223,7 @@ export default {
transform: translate(-80%, 0%);
}
.reports-right-card {
transform: translate(-20%, -92%);
transform: translate(-24%, -92%);
}
.content-author--details {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 76 KiB