+
+
+
+
- {/* Second div: takes full width on small screens, half width on medium and up */}
-
-
-
-
-
-
-
-
-
- Tasks Planned
-
- {FormattedNumber(current_project?.plannedWork)}
-
-
-
-
-
-
-
-
-
-
- Tasks Completed
-
- {FormattedNumber(current_project?.completedWork)}
-
-
-
-
-
-
-
-
-
-
- Current Team Size
-
- {FormattedNumber(current_project?.teamSize)}
-
-
-
-
+
+ Tasks Planned
+
+ {FormattedNumber(current_project?.plannedWork)}
+
-
-
+
+ {/* Tasks Completed */}
+
+
+
+
+
+
+
+ Tasks Completed
+
+ {FormattedNumber(current_project?.completedWork)}
+
+
+
+
+ {/* Team Size */}
+
+
+
+
+
+
+
+ Current Team Size
+
+ {FormattedNumber(current_project?.teamSize)}
+
+
+
+