homepage and mini mobile systems

This commit is contained in:
2024-12-18 07:06:24 -08:00
parent 23a9c365e8
commit 90505b964a
48 changed files with 11210 additions and 903 deletions

View File

@@ -1,18 +1,33 @@
.testimonial-slice-container {
.testimonial-img {
border-radius: 50%;
width: 300px;
height: 300px;
object-fit: cover;
margin-bottom: 5rem;
.g-sky-border {
top: 20px;
}
.testimonial-img {
// border-radius: 50%;
width: 100%;
max-width: 300px;
max-height: 300px;
object-fit: cover;
}
.testimonial-inner-content-wrapper {
.testimonial-title {
font-size: 32px;
font-weight: bold;
font-style: italic;
}
.testimonial-quote-attribution {
text-align: right;
}
}
.sonar {
right: 0;
top: 0;
}
}