Skip to content

Commit b4d4a7d

Browse files
authored
Update style.css
1 parent 55a608c commit b4d4a7d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

css/style.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ p {
183183
}
184184

185185
.hr--xs {
186-
margin-top: 5px;
187-
margin-bottom: 5px;
186+
margin-top: 5px;
187+
margin-bottom: 5px;
188188
max-width: 200px;
189189
}
190190

@@ -239,7 +239,7 @@ p {
239239
margin-right: 5px;
240240
}
241241

242-
.skill--with-img {
242+
.skill--with-icon {
243243
display: -webkit-box;
244244
display: -webkit-flex;
245245
display: -ms-flexbox;
@@ -248,15 +248,14 @@ p {
248248
-webkit-align-items: center;
249249
-ms-flex-align: center;
250250
align-items: center;
251+
text-align: center;
251252
}
252253

253-
.skill--with-img .icon {
254-
width: 35px;
254+
.skill--with-icon .icon {
255+
font-size: 2.375rem;
255256
margin-right: 11px;
256257
padding: 5px 8px;
257-
filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.75" /></feComponentTransfer></filter></svg>#filter');
258-
-webkit-filter: opacity(.75);
259-
filter: opacity(.75);
258+
width: 35px;
260259
}
261260

262261
@media (max-width: 470px) {

0 commit comments

Comments
 (0)