File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-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
+ /* simply has to be g.t. the height of the element */
60
+ border-radius : 1000px ;
59
61
}
60
62
61
63
.btn : hover ,
73
75
padding : 8px 12px ;
74
76
}
75
77
78
+ img {
79
+ border-radius : 12px ;
80
+ }
81
+
76
82
/* ------------------------ */
77
83
/* COMPONENT STYLES */
78
84
/* ------------------------ */
@@ -131,6 +137,7 @@ img {
131
137
background-color : # 087f5b ;
132
138
color : # fff ;
133
139
padding : 24px ;
140
+ border-radius : 12px ;
134
141
}
135
142
136
143
.testimonial-box {
@@ -153,6 +160,12 @@ img {
153
160
/* CHAIRS */
154
161
.chair {
155
162
box-shadow : 0 20px 30px 0px rgba (0 , 0 , 0 , 0.07 );
163
+ border-radius : 12px ;
164
+ }
165
+
166
+ .chair img {
167
+ border-bottom-left-radius : 0 ;
168
+ border-bottom-right-radius : 0 ;
156
169
}
157
170
158
171
.chair-box {
You can’t perform that action at this time.
0 commit comments