Add max widths to empty state
This commit is contained in:
parent
c88f2a1a56
commit
fab5b3341d
@ -4,6 +4,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
@include media($medium-screen) {
|
@include media($medium-screen) {
|
||||||
padding: 8rem ($gap * 4) 0;
|
padding: 8rem ($gap * 4) 0;
|
||||||
@ -28,6 +29,7 @@
|
|||||||
.empty-state__sub-message {
|
.empty-state__sub-message {
|
||||||
@include h4;
|
@include h4;
|
||||||
color: $color-gray;
|
color: $color-gray;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
@include media($large-screen) {
|
@include media($large-screen) {
|
||||||
@include h3;
|
@include h3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user