Skip to content

Commit

Permalink
fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Aug 8, 2023
1 parent b0032e1 commit d9aed5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/less/grid-nav.less
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
.ad {
grid-area: ad;
place-self: center;
padding-inline: 1rem;
padding: 1rem;
min-width: 100%;
min-height: 100%;
display: flex;
Expand Down

0 comments on commit d9aed5f

Please sign in to comment.