Skip to content

Commit 15ae4e0

Browse files
fix: Harmonize size of shortcut wrappers on startpage (#444)
Resolves #311 Co-authored-by: Robert Schuster <77234379+therobrob@users.noreply.github.com>
1 parent da5e8d8 commit 15ae4e0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

assets/sass/startpage.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,15 @@
4545
gap: 2rem;
4646
margin-bottom: 2rem;
4747

48-
@media (max-width: #{$breakpoint-md}) {
48+
@media (max-width: #{$breakpoint-lg}) {
4949
display: flex;
50-
flex-wrap: wrap;
5150
gap: 1rem;
5251
}
5352

53+
@media (max-width: #{$breakpoint-md}) {
54+
flex-wrap: wrap;
55+
}
56+
5457
@media print {
5558
display: none;
5659
}

0 commit comments

Comments
 (0)