Skip to content

Commit ad09164

Browse files
Update style.css
updated .progressbar-skillname
1 parent 7574b54 commit ad09164

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

style.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ body {
283283
}
284284

285285
.progressbar-bootstrap {
286-
width: 50%;
286+
width: 40%;
287287
}
288288

289289
.progressbar-javascript {
@@ -299,13 +299,17 @@ body {
299299
}
300300

301301
.progressbar-python {
302-
width: 40%;
302+
width: 60%;
303303
}
304304

305-
.progressbar-React {
305+
.progressbar-react {
306306
width: 40%;
307307
}
308308

309+
.progressbar-flutter {
310+
width: 50%;
311+
}
312+
309313
.education-div {
310314
height: auto;
311315
overflow: hidden;

0 commit comments

Comments
 (0)