Skip to content

Commit

Permalink
fix container div vertical size bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMed05 committed Dec 28, 2023
1 parent 4dc027c commit 42c3db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ input[type=checkbox]:checked:after {
//-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
//mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
.container {
min-height: 50vh;
min-height: 50vmin;
max-width: 60%;
@include flex-direction(column);
@include justify-content(center);
Expand Down

0 comments on commit 42c3db3

Please sign in to comment.