File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 56
56
text-transform : uppercase;
57
57
font-weight : 500 ;
58
58
display : inline-block;
59
+ border-radius : 100px ;
59
60
}
60
61
61
62
.btn : hover ,
73
74
padding : 8px 12px ;
74
75
}
75
76
77
+ img {
78
+ border-radius : 12px ;
79
+ }
80
+
76
81
/* ------------------------ */
77
82
/* COMPONENT STYLES */
78
83
/* ------------------------ */
@@ -130,6 +135,7 @@ img {
130
135
background-color : # 087f5b ;
131
136
color : # fff ;
132
137
padding : 24px ;
138
+ border-radius : 12px ;
133
139
}
134
140
135
141
.testimonial-box {
@@ -152,6 +158,12 @@ img {
152
158
/* CHAIRS */
153
159
.chair {
154
160
box-shadow : 0 20px 30px 0 rgba (0 , 0 , 0 , 0.07 );
161
+ border-radius : 12px ;
162
+ }
163
+
164
+ .chair img {
165
+ border-bottom-left-radius : 0 ;
166
+ border-bottom-right-radius : 0 ;
155
167
}
156
168
157
169
.chair-box {
You can’t perform that action at this time.
0 commit comments