Testimonials fixes
This commit is contained in:
@@ -601,14 +601,17 @@
|
||||
}
|
||||
|
||||
.hero-buttons {
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.hero-buttons .btn {
|
||||
width: 100%;
|
||||
flex: 1 1 0;
|
||||
width: 0;
|
||||
margin-right: 0 !important;
|
||||
padding: 16px 24px;
|
||||
padding: 14px 10px;
|
||||
font-size: 13px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user