diff --git a/IGP/Pages/Home/HomePage.razor b/IGP/Pages/Home/HomePage.razor index 379a116..9109b5d 100644 --- a/IGP/Pages/Home/HomePage.razor +++ b/IGP/Pages/Home/HomePage.razor @@ -50,7 +50,7 @@ Under Construction - Website is still being made. Check out Road Map for future plans, Agile for present tasks, and Change Log for past changes. + Website is still being made. Check out Road Map for future plans, Agile for present tasks, and Change Log for past changes. @@ -77,6 +77,7 @@ @@media only screen and (max-width: 1025px) { .heroesContainer { - grid-template-columns: 1fr; } + grid-template-columns: 1fr; + } } \ No newline at end of file