Fixes uggly opening of motion-card

- Moves the `display: grid` to `.os-card`, since it causes the behavior.
This commit is contained in:
GabrielMeyer 2019-09-17 09:49:45 +02:00
parent 43c7797226
commit c3e112e7c2

View File

@ -141,15 +141,12 @@ span {
}
.desktop-right {
display: grid;
min-width: calc(70% - 90px);
mat-card {
display: inline;
margin: 0px 40px 10px 10px;
.os-form-card {
margin-bottom: 20px;
}
.os-card {
display: grid;
max-width: 900px;
min-width: 400px;
margin-left: 0 !important;