Fixed desktop-height class
This commit is contained in:
parent
4c86ac4d59
commit
88e91175e8
@ -147,3 +147,9 @@ html, body {
|
|||||||
.text-muted {
|
.text-muted {
|
||||||
color: #7f7f7f !important;
|
color: #7f7f7f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 599px) {
|
||||||
|
.desktop-height {
|
||||||
|
height: calc(100vh - 56px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user