Improve alignment on left/right margins

Fixes #2461. Also fixes an issue with cut-off drop shadows for cards on
some pages, like the tutorials landing, in mobile view.
This commit is contained in:
mDuo13
2024-03-14 16:30:28 -07:00
parent f709808ef4
commit fe1277ce19
7 changed files with 41 additions and 36 deletions

View File

@@ -1,5 +1,12 @@
button.MarkpromptFloatingTrigger {
bottom: 4.5rem;
border-radius: $border-radius-sm;
right: 16px;
border: 1px solid transparent;
@include media-breakpoint-up(lg) {
right: 32px;
}
}
html.light .MarkpromptContentDialog a {