feat: US-002 - Dynamic height matching with work experience column
This commit is contained in:
+2
-1
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user