mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-28 16:01:26 +00:00
related add full width
This commit is contained in:
parent
264a85d837
commit
2f84d94c66
1 changed files with 3 additions and 6 deletions
|
@ -21,9 +21,11 @@
|
||||||
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;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
width: 40%;
|
width: 100%;
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,11 +46,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-left: var(--spacing-l);
|
|
||||||
|
|
||||||
@media (max-width: $breakpoint-small) {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ads__claim-text--small {
|
.ads__claim-text--small {
|
||||||
|
|
Loading…
Add table
Reference in a new issue