Chore: Responsive fixes for common screen widths (#1856)
This commit is contained in:
parent
d70208a0a8
commit
759ed43745
3 changed files with 16 additions and 8 deletions
|
@ -232,10 +232,13 @@ export default {
|
|||
width: 36rem;
|
||||
}
|
||||
@include breakpoint(xlarge up) {
|
||||
width: 33rem;
|
||||
width: 35rem;
|
||||
}
|
||||
@include breakpoint(xxlarge up) {
|
||||
width: 42rem;
|
||||
width: 38rem;
|
||||
}
|
||||
@include breakpoint(xxxlarge up) {
|
||||
flex-basis: 46rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue