feat: CardSidebar layout component and ExperienceCard sidebar redesign
Sidebar: period badge, company, stack tags. Main: role title and rich-text description.
This commit is contained in:
@@ -269,6 +269,16 @@
|
||||
.brutal-border-right {
|
||||
border-right: var(--border-width) solid var(--blue);
|
||||
}
|
||||
/* Sidebar divider: bottom border on mobile, right border on desktop */
|
||||
.brutal-border-sidebar {
|
||||
border-bottom: var(--border-width) solid var(--blue);
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.brutal-border-sidebar {
|
||||
border-bottom: none;
|
||||
border-right: var(--border-width) solid var(--blue);
|
||||
}
|
||||
}
|
||||
|
||||
/* Editorial rich-text typography */
|
||||
.rich-text {
|
||||
|
||||
Reference in New Issue
Block a user