Files
xrpl-dev-portal/styles/_osano.scss
mDuo13 fe1277ce19 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.
2024-03-14 16:30:28 -07:00

19 lines
278 B
SCSS

.osano-cm-close {
box-sizing: content-box !important;
}
.osano-cm-switch {
box-sizing: content-box !important;
}
.osano-cm-widget {
right: 16px;
width: 50px;
height: 50px;
border: 1px solid transparent;
@include media-breakpoint-up(lg) {
right: 32px;
}
}