Skip to content

Commit afa8f27

Browse files
Added spacing between insights list and impact text
1 parent e8df7a8 commit afa8f27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h3 class="font-semibold text-lg">Power BI</h3>
324324
Key Insights
325325
</h3>
326326
<ul
327-
class="text-sm text-gray-700 dark:text-gray-300 space-y-2 list-disc pl-5">
327+
class="text-sm text-gray-700 dark:text-gray-300 space-y-2 list-disc pl-5 mb-4">
328328
<li>Sales were concentrated in a few high-performing regions</li>
329329
<li>Heavy discounting reduced profit margins</li>
330330
<li>Some categories had high sales but weak profit</li>
@@ -386,7 +386,7 @@ <h3 class="font-semibold text-lg">Power BI</h3>
386386
Key Insights
387387
</h3>
388388
<ul
389-
class="text-sm text-gray-700 dark:text-gray-300 space-y-2 list-disc pl-5">
389+
class="text-sm text-gray-700 dark:text-gray-300 space-y-2 list-disc pl-5 mb-4">
390390
<li>Salary growth plateaued after mid-level experience</li>
391391
<li>Wide salary variation existed across similar experience roles</li>
392392
<li>Salary per experience year declined at senior levels</li>

0 commit comments

Comments
 (0)