Make width breakpoint for removing margins consistent and match upstream
Fixes #1136
This commit is contained in:
@ -78,7 +78,7 @@
|
||||
margin-bottom: 10px;
|
||||
flex: none;
|
||||
|
||||
@include limited-single-column('screen and (max-width: 360px)') { margin-bottom: 0 }
|
||||
@include limited-single-column('screen and (max-width: #{$no-gap-breakpoint})') { margin-bottom: 0 }
|
||||
@include single-column('screen and (max-width: 630px)') { font-size: 16px }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user