mobile styles and fix overflow

This commit is contained in:
2024-12-18 15:52:12 -08:00
parent 90505b964a
commit 01ca26189e
24 changed files with 458 additions and 331 deletions

View File

@@ -1,12 +1,14 @@
.testimonial-slice-container {
margin-bottom: 5rem;
padding-bottom: 9rem;
.g-sky-border {
top: 20px;
@include media-breakpoint-up(lg) {
.g-sky-border {
margin-bottom: -73px;
}
}
.testimonial-img {
// border-radius: 50%;
width: 100%;
max-width: 300px;
max-height: 300px;
@@ -26,8 +28,9 @@
}
}
.sonar {
.radial {
right: 0;
top: 0;
top: -55px;
}
}