feat: US-002 - Dynamic height matching with work experience column

This commit is contained in:
2026-02-16 02:21:45 +00:00
parent 5fcc59414f
commit 634eb10b2c
3 changed files with 45 additions and 21 deletions
+2 -1
View File
@@ -401,7 +401,7 @@ html {
/* Desktop: 2 columns */
@media (min-width: 1024px) {
.pathway-columns {
grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.5fr);
align-items: start;
gap: 22px;
}
@@ -409,6 +409,7 @@ html {
.pathway-graph-sticky {
position: sticky;
top: 12px;
min-height: 100%;
}
}