homepage and mini mobile systems
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user