feat: US-003 - Increase default skill visibility and reduce constellation column width

This commit is contained in:
2026-02-16 09:44:10 +00:00
parent f3e6f6670b
commit 76692682da
4 changed files with 52 additions and 18 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ html {
/* Desktop: 2 columns */
@media (min-width: 1024px) {
.pathway-columns {
grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.5fr);
grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr);
align-items: start;
gap: 22px;
}