Improve component responsiveness

This commit is contained in:
Daniel Supernault 2018-12-15 16:40:15 -07:00
parent e69b58664c
commit ffb9eb1170
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
2 changed files with 12 additions and 5 deletions

View file

@ -346,7 +346,11 @@
display: flex;
align-items: center;
background: #000;
min-height: 600px;
}
@media(min-width: 720px) {
.postPresenterContainer {
min-height: 600px;
}
}
.cursor-pointer {
cursor: pointer;