Skip to content

Commit cef0fd5

Browse files
Merge pull request steam-bell-92#1112 from nishtha-agarwal-211/fix-sidebar-overlap-hero-timeline
fix: add sidebar offset padding to hero and timeline sections (steam-bell-92#1071)
2 parents 099fb5b + e66ea02 commit cef0fd5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

web-app/css/styles.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,6 +1867,16 @@ body.sidebar-active .sidebar-dock {
18671867
padding-left: 128px !important;
18681868
}
18691869

1870+
body.sidebar-active:not(.sidebar-collapsed) .hero-section,
1871+
body.sidebar-active:not(.sidebar-collapsed) .hero-timeline-section {
1872+
padding-left: 296px !important;
1873+
}
1874+
1875+
body.sidebar-collapsed .hero-section,
1876+
body.sidebar-collapsed .hero-timeline-section {
1877+
padding-left: 128px !important;
1878+
}
1879+
18701880
body.sidebar-collapsed .projects-grid {
18711881
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
18721882
gap: 20px;

0 commit comments

Comments
 (0)