ad fix 2
This commit is contained in:
parent
295b8cf2e1
commit
fab03d337e
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue