Fixed desktop-height class

This commit is contained in:
Zakary Timson 2019-01-01 21:04:47 -05:00
parent 4c86ac4d59
commit 88e91175e8

View File

@ -48,7 +48,7 @@ html, body {
cursor: pointer;
}
.desktop-height{
.desktop-height {
height: calc(100vh - 64px);
}
@ -147,3 +147,9 @@ html, body {
.text-muted {
color: #7f7f7f !important;
}
@media (max-width: 599px) {
.desktop-height {
height: calc(100vh - 56px);
}
}