Apex banner: redo text padding on bigger sizes

This commit is contained in:
mDuo13
2023-06-22 17:58:19 -07:00
parent 764e0d41e1
commit a650374cef
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -43,7 +43,7 @@
text-align: center;
@include media-breakpoint-up(md) {
flex-grow: 0.3; // use extra space to pad this text "just a little"
padding: 0 1rem;
}
}
.apex-highlight {