diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index 0e94100..ce7d850 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -377,4 +377,10 @@ } } -/* /Media */ \ No newline at end of file +@media screen and (min-height: 910px) { + .chat { + height: 88vh !important; + } +} + +/* /Media */