We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7574b54 commit ad09164Copy full SHA for ad09164
style.css
@@ -283,7 +283,7 @@ body {
283
}
284
285
.progressbar-bootstrap {
286
- width: 50%;
+ width: 40%;
287
288
289
.progressbar-javascript {
@@ -299,13 +299,17 @@ body {
299
300
301
.progressbar-python {
302
- width: 40%;
+ width: 60%;
303
304
305
-.progressbar-React {
+.progressbar-react {
306
width: 40%;
307
308
309
+.progressbar-flutter {
310
+ width: 50%;
311
+}
312
+
313
.education-div {
314
height: auto;
315
overflow: hidden;
0 commit comments