We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad39ea0 commit 8cdd366Copy full SHA for 8cdd366
1 file changed
src/assets/App.css
@@ -1085,7 +1085,7 @@ Producthunt item
1085
/* XX-Large devices (larger desktops, 1400px and up)*/
1086
@media only screen and (min-width: 1400px) {
1087
.block {
1088
- width: calc(96vw / min(4, var(--max-visible-cards)));
+ width: calc(95vw / min(4, var(--max-visible-cards)));
1089
}
1090
1091
@@ -1097,7 +1097,7 @@ Producthunt item
1097
1098
1099
width: calc(
1100
- (1800px - 12px * min(5, var(--max-visible-cards))) / min(5, var(--max-visible-cards))
+ (1800px - 14px * min(5, var(--max-visible-cards))) / min(5, var(--max-visible-cards))
1101
);
1102
1103
0 commit comments