1
0
mirror of synced 2025-12-25 11:03:37 -05:00
Files
docs/components/release-notes/PatchNotes.module.scss
2023-07-27 18:39:20 +00:00

15 lines
235 B
SCSS

@import "@primer/css/support/index.scss";
.aside {
@include breakpoint(md) {
width: 8rem;
height: calc(100vh - 105px);
top: 105px;
}
@media (min-width: 1400px) {
height: calc(100vh - 65px);
top: 65px;
}
}