Fixes uggly opening of motion-card
- Moves the `display: grid` to `.os-card`, since it causes the behavior.
This commit is contained in:
parent
43c7797226
commit
c3e112e7c2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user