chore: Cleanup the design in widget builder (#5852)

This commit is contained in:
Pranav Raj S
2022-11-15 18:56:24 -08:00
committed by GitHub
parent 956837ded5
commit 42b466bda2
4 changed files with 55 additions and 28 deletions

View File

@@ -445,8 +445,10 @@ export default {
}
}
}
.widget-container {
width: 60%;
@include breakpoint(900px down) {
width: 100%;
}
@@ -456,7 +458,7 @@ export default {
flex-direction: column;
align-items: center;
justify-content: flex-end;
min-height: 64rem;
min-height: 65rem;
margin: var(--space-zero) var(--space-two) var(--space-two) var(--space-two);
padding: var(--space-one) var(--space-one) var(--space-one) var(--space-one);
background: var(--s-50);