We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee093bf commit ce6f165Copy full SHA for ce6f165
1 file changed
assets/scss/main.scss
@@ -408,6 +408,12 @@ $font-path: "../../webfonts";
408
--pf-v6-c-page__main-container--BorderBlockEndWidth: 0;
409
}
410
411
+.pf-v6-c-drawer__content.pf-v6-c-page__main-container {
412
+ @media screen and (max-width: calc(#{$pf-v6-global--breakpoint--md} - 1px)) {
413
+ border-block-start-width: 0;
414
+ }
415
+}
416
+
417
// On the home page, only remove the right margin when the Mastodon feed sidebar is visible
418
.pf-v6-c-drawer__content.pf-v6-c-page__main-container {
419
@media screen and (min-width: $pf-v6-global--breakpoint--xl) {
0 commit comments