Skip to content

Commit

Permalink
fix grid status to be dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
ehab-hassan committed Nov 26, 2024
1 parent 31ba410 commit 6de8bd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/partials/home/grid_stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ <h2 class="fade-in text-balance lg:text-5xl text-4xl font-normal tracking-tight
position: absolute;
z-index: 1;
bottom: 2px !important;
right: 50px !important;
right: auto !important;
top: auto;
left: auto;
}

}
Expand Down

0 comments on commit 6de8bd0

Please sign in to comment.