Fix position of phone image (#19051)

This commit is contained in:
Joakim Sørensen 2021-08-24 18:02:44 +02:00 committed by GitHub
parent 78f203d853
commit 57989d82ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -75,5 +75,9 @@ table {
> .grid-wrapper {
z-index: 0;
}
img {
margin-bottom: 8px;
}
}
}

View File

@ -79,6 +79,10 @@ $primary-color: #049cdb;
display: inline-block;
font-weight: 500;
}
img {
display: block;
}
}
.material-card {