Improve component responsiveness
This commit is contained in:
parent
e69b58664c
commit
ffb9eb1170
2 changed files with 12 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue