From ee0df6090ae2509869241ee69098ae07b8c20a6a Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Sun, 26 May 2024 16:41:43 +0700 Subject: [PATCH] Update: Enhanced app functionalities (#196) --- MovieVerse-Frontend/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MovieVerse-Frontend/css/style.css b/MovieVerse-Frontend/css/style.css index 18dcf075..f14772f1 100644 --- a/MovieVerse-Frontend/css/style.css +++ b/MovieVerse-Frontend/css/style.css @@ -95,6 +95,10 @@ body { text-align: center; } +.actor-role { + font-style: italic; +} + .director-section { display: flex; align-items: center;