Skip to content

Commit 5fb0189

Browse files
big buttons on small screens
1 parent f0cadff commit 5fb0189

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

app/assets/stylesheets/application.scss

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -575,16 +575,9 @@ TODO
575575
padding: .25em .5em;
576576
border-radius: .5em;
577577
margin-left: .5em;
578-
579-
@media (max-width: 580px) {
580-
background: none !important;
581-
display: block;
582-
text-align: center;
583-
}
584578
}
585579

586580

587-
588581
// Temp place for bootstrap variables
589582
$font-family-sans-serif:'Inter',
590583
-apple-system,
@@ -810,7 +803,8 @@ $btn-primary-border: darken($btn-primary-bg, 5%) !default;
810803
}
811804

812805
@include media-breakpoint-down(sm){
813-
height: calc(1.5em + 0.75rem + 2px);
806+
flex-direction: column;
807+
padding: 1em 1.5em;
814808
}
815809

816810

0 commit comments

Comments
 (0)