midsize fix

This commit is contained in:
jonathanlei
2023-08-31 09:26:47 -07:00
parent 4581edfdbb
commit 9265d223f8
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -255,6 +255,11 @@ html.light .token-banner-container {
margin-top: 10px;
}
}
.highlight-purple{
@include media-breakpoint-down(lg) {
display: none;
}
}
@include media-breakpoint-down(sm) {
.show-on-mobile {
@@ -267,6 +272,7 @@ html.light .token-banner-container {
margin-right:10px;
}
}
}
/* old "pencil banner" style, currently unused */