Skip to content

Commit

Permalink
Fix hero alignment (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-forina authored Jan 8, 2024
1 parent 5898206 commit 0f0d79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/[locale]/home/home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@media screen and (min-width: 768px) {
.hero {
grid-template-columns: 1fr 2fr;
grid-template-columns: 250px auto;
grid-template-areas: "graphic content";
grid-grap: var(--pf-v5-global--spacer--2xl);
padding: var(--pf-v5-global--spacer--2xl);
Expand Down

0 comments on commit 0f0d79b

Please sign in to comment.