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

Merge branch 'master' into feature/docker

This commit is contained in:
Javier Cortejoso 2019-04-05 13:37:25 +02:00 committed by GitHub
commit b0a8c61f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -30,7 +30,8 @@
margin-bottom: $spacer / 2;
text-align: left;
position: relative;
min-height: 100px;
height: 8rem;
width: 6rem;
&:before {
content: '';

View File

@ -7,10 +7,6 @@
max-width: 100%;
@media (min-width: $break-point--small) {
grid-template-columns: 2fr 2fr;
}
@media (min-width: $break-point--medium) {
grid-template-columns: 2fr 2fr 2fr;
grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}
}