Skip to content

Commit

Permalink
fix(HomePage): fix page styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Apr 11, 2022
1 parent c75da07 commit 2db348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default defineComponent({
grid-template-rows: min-content 1fr 30px;
gap: 16px;
min-width: 300px;
min-height: 100%;
min-height: 100vh;
margin: 0 auto;
@include media-medium {
Expand Down

0 comments on commit 2db348d

Please sign in to comment.