From 23fd8e162f9a8e7aa6ad07725fb30d9172bffe0f Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Sun, 2 Jun 2024 16:58:05 +0700 Subject: [PATCH] Update: Add context referencing for chatbot (#196) --- .../www/MovieVerse-Frontend/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MovieVerse-Mobile/www/MovieVerse-Frontend/css/style.css b/MovieVerse-Mobile/www/MovieVerse-Frontend/css/style.css index dca449b5..23eb45a9 100644 --- a/MovieVerse-Mobile/www/MovieVerse-Frontend/css/style.css +++ b/MovieVerse-Mobile/www/MovieVerse-Frontend/css/style.css @@ -1263,6 +1263,16 @@ header h1 { border-radius: 8px; } +@media (max-width: 768px) { + .company-item { + width: 125px; + } + + .company-logo { + object-fit: cover !important; + } +} + .company-logo { width: 100%; height: 75px;