Fix mobile

This commit is contained in:
2026-02-17 23:14:05 +00:00
parent d51efb535d
commit 836305e2a3
11 changed files with 306 additions and 95 deletions
+1 -1
View File
@@ -441,7 +441,7 @@ html {
/* Tablet+: 2 columns */
@media (min-width: 768px) {
.pathway-columns {
grid-template-columns: minmax(0, 2fr) minmax(0, 3.5fr);
grid-template-columns: minmax(0, 3fr) minmax(0, 3.5fr);
align-items: start;
gap: 22px;
}