Skip to content

Commit dcc7279

Browse files
updates
1 parent 270e1c4 commit dcc7279

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

components/Sidebar.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ export default function Sidebar() {
99

1010
return (
1111
<aside style={{ fontSize: '0.875rem' }}>
12-
<div className="card" style={{ padding: '1.25rem', marginBottom: '1.25rem' }}>
12+
<div
13+
className="card sidebar-career-services"
14+
style={{ padding: '1.25rem', marginBottom: '1.25rem' }}
15+
>
1316
<h3 style={{ fontSize: '0.95rem', fontWeight: 700, color: 'var(--pts-text)', marginBottom: '0.75rem' }}>
1417
Career Support Services
1518
</h3>
@@ -75,6 +78,10 @@ export default function Sidebar() {
7578
color: var(--pts-accent-hover);
7679
}
7780
@media (max-width: 768px) {
81+
/* Inner pages: redundant on small screens (long pages + bottom CTAs); keep Job Support categories */
82+
.sidebar-career-services {
83+
display: none !important;
84+
}
7885
.sidebar-toggle { display: block !important; }
7986
.sidebar-links:not(.expanded) { display: none !important; }
8087
}

0 commit comments

Comments
 (0)