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 59
59
text-transform : uppercase;
60
60
display : inline-block;
61
61
font-weight : 500 ;
62
+ border-radius : 100px ;
62
63
}
63
64
64
65
.btn : hover ,
76
77
padding : 16px 32px ;
77
78
}
78
79
80
+ img {
81
+ border-radius : 12px ;
82
+ }
83
+
79
84
/* ------------------------ */
80
85
/* COMPONENT STYLES */
81
86
/* ------------------------ */
@@ -133,6 +138,7 @@ img {
133
138
background-color : # 087f5b ;
134
139
color : # fff ;
135
140
padding : 24px ;
141
+ border-radius : 12px ;
136
142
}
137
143
138
144
.testimonial-box {
@@ -155,6 +161,12 @@ img {
155
161
/* CHAIRS */
156
162
.chair {
157
163
box-shadow : 0 20px 30px 0 rgba (0 , 0 , 0 , 0.07 );
164
+ border-radius : 12px ;
165
+ }
166
+
167
+ .chair img {
168
+ border-bottom-left-radius : 0 ;
169
+ border-bottom-right-radius : 0 ;
158
170
}
159
171
160
172
.chair-box {
You can’t perform that action at this time.
0 commit comments