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:
parent
f73fe0ab5e
commit
6a3efe9d16
@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
> article {
|
||||
min-width: calc(18rem + #{$spacer * 2.3});
|
||||
min-width: calc(18rem + #{$spacer});
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
flex: 1;
|
||||
|
||||
&:first-child {
|
||||
flex: 0 0 24.5rem;
|
||||
flex: 0 0 calc(18rem + #{$spacer * 2});
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -75,10 +75,6 @@
|
||||
grid-gap: $spacer;
|
||||
|
||||
@media (min-width: $break-point--small) {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
|
||||
> article {
|
||||
min-width: calc(18rem + #{$spacer * 2.3});
|
||||
}
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user