1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

channel teaser grid tweaks

This commit is contained in:
Matthias Kretschmann 2019-05-24 12:21:29 +02:00
parent f73fe0ab5e
commit 6a3efe9d16
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 7 deletions

View File

@ -23,7 +23,7 @@
} }
> article { > article {
min-width: calc(18rem + #{$spacer * 2.3}); min-width: calc(18rem + #{$spacer});
} }
} }

View File

@ -25,7 +25,7 @@
flex: 1; flex: 1;
&:first-child { &:first-child {
flex: 0 0 24.5rem; flex: 0 0 calc(18rem + #{$spacer * 2});
} }
} }
} }
@ -75,10 +75,6 @@
grid-gap: $spacer; grid-gap: $spacer;
@media (min-width: $break-point--small) { @media (min-width: $break-point--small) {
grid-template-columns: repeat(2, 1fr); grid-template-columns: 1fr 1fr;
> article {
min-width: calc(18rem + #{$spacer * 2.3});
}
} }
} }