fix(projects): description not visible on mobile
(cherry picked from commit 6d9bda8cc1a44bcd3446df2e3a414802f96dc476)
This commit is contained in:
parent
6a68736ca5
commit
21cc3722a1
@ -225,6 +225,7 @@ $modal-width: 1024px;
|
|||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
position: static;
|
position: static;
|
||||||
|
max-height: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
@ -238,6 +239,7 @@ $modal-width: 1024px;
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user