Skip to content
Merged
Binary file modified docs/images/other/screenshot-1280.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/other/screenshot-540.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,20 @@ footer {
}
}

/* Force 4 columns at 1280px width */
@media (min-width: 1280px) {
.grid {
justify-content: flex-start;
}

.card {
width: calc(25% - 20px);
max-width: 240px;
}
}



/* Fine-tune mobile card widths for small breakpoints */
@media (min-width: 401px) and (max-width: 540px) {
.card {
Expand Down
Loading