Skip to content

Commit

Permalink
fix: min height main page
Browse files Browse the repository at this point in the history
  • Loading branch information
filipslezaklab committed Oct 3, 2023
1 parent 1064cc2 commit 9d3de39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/pages/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ section {
@include media-breakpoint-up(xl) {
grid-template-columns: 1fr 1fr;
row-gap: unset;
min-height: 650px;
min-height: 700px;
}

& > .cover {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/pages/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d3de39

Please sign in to comment.