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); padding: var(--spacing-m);
background-color: var(--color-ads-background); background-color: var(--color-ads-background);
display: flex; display: flex;
flex-direction: column; flex-direction: row;
flex-wrap: wrap;
width: 100%; width: 100%;
> div { > div {
width: 100%; width: 100%;
position: relative !important; position: relative !important;
max-width: 30rem;
min-width: 15rem;
} }
.avp-p-gui { .avp-p-gui {