File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments