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-decoration : none;
57
57
text-transform : uppercase;
58
58
font-weight : 500 ;
59
+
59
60
display : inline-block;
61
+ border-radius : 100px ;
60
62
}
61
63
62
64
.btn : hover ,
74
76
padding : 8px 12px ;
75
77
}
76
78
79
+ img {
80
+ border-radius : 12px ;
81
+ }
77
82
/* ------------------------ */
78
83
/* COMPONENT STYLES */
79
84
/* ------------------------ */
@@ -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 {
@@ -156,6 +162,12 @@ img {
156
162
/* CHAIRS */
157
163
.chair {
158
164
box-shadow : 0 20px 30px rgba (0 , 0 , 0 , 0.07 );
165
+ border-radius : 12px ;
166
+ }
167
+
168
+ .chair img {
169
+ border-bottom-left-radius : 0 ;
170
+ border-bottom-right-radius : 0 ;
159
171
}
160
172
161
173
.chair-box {
You can’t perform that action at this time.
0 commit comments