File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 44
44
45
45
.btn : link , .btn : visited {
46
46
background-color : # 087f5b ;
47
+ border-radius : 100px ;
47
48
color : # fff ;
48
49
display : inline-block;
49
50
font-weight : 500 ;
101
102
}
102
103
103
104
img {
105
+ border-radius : 12px ;
104
106
width : 100% ;
105
107
}
106
108
@@ -125,6 +127,7 @@ img {
125
127
/* TESTIMONIAL */
126
128
.testimonial-section {
127
129
background-color : # 087f5b ;
130
+ border-radius : 12px ;
128
131
color : # fff ;
129
132
padding : 24px ;
130
133
}
@@ -148,9 +151,15 @@ img {
148
151
149
152
/* CHAIRS */
150
153
.chair {
154
+ border-radius : 12px ;
151
155
box-shadow : 0px 20px 30px 0px rgba (0 , 0 , 0 , 0.07 );
152
156
}
153
157
158
+ .chair img {
159
+ border-bottom-left-radius : 0 ;
160
+ border-bottom-right-radius : 0 ;
161
+ }
162
+
154
163
.chair-box {
155
164
padding : 24px ;
156
165
}
You can’t perform that action at this time.
0 commit comments