Skip to content

Commit a14ce0a

Browse files
committed
Fix sponsorship banner responsive breakpoints
Stack banner actions (CTA on top, secondary below) at 460px and move corgi to bottom-left at the same breakpoint. Removes the old 421px corgi-only breakpoint.
1 parent 7260278 commit a14ce0a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • src/NetworkOptimizer.Web/wwwroot/css

src/NetworkOptimizer.Web/wwwroot/css/app.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3631,7 +3631,12 @@ select.form-control {
36313631
}
36323632
}
36333633

3634-
@media (max-width: 421px) {
3634+
@media (max-width: 460px) {
3635+
.sponsorship-banner .banner-actions {
3636+
flex-direction: column;
3637+
align-items: flex-end;
3638+
}
3639+
36353640
.sponsorship-banner .banner-corgi {
36363641
left: 10px;
36373642
right: auto;

0 commit comments

Comments
 (0)