This commit is contained in:
jessop 2020-10-20 17:52:44 -04:00 committed by Sean Yesmunt
parent 295b8cf2e1
commit fab03d337e

View file

@ -21,12 +21,15 @@
padding: var(--spacing-m);
background-color: var(--color-ads-background);
display: flex;
flex-direction: column;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
> div {
width: 100%;
position: relative !important;
max-width: 30rem;
min-width: 15rem;
}
.avp-p-gui {