Skip to content

Commit

Permalink
fix(HomePage): fix small screen styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Mar 6, 2022
1 parent 53d7e33 commit 1a9204e
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-auto-rows: min-content;
gap: 16px;
min-width: 300px;
height: calc(100% - 30px);
min-height: calc(100% - 30px);
margin: 0 auto;
@include media-medium {
Expand Down

0 comments on commit 1a9204e

Please sign in to comment.