mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user