From f58c584d34226ec009089c68986ceeec409e0840 Mon Sep 17 00:00:00 2001 From: ISO53 <102249575+ISO53@users.noreply.github.com> Date: Thu, 25 Jan 2024 20:57:02 +0300 Subject: [PATCH] aligned movie info headers to top --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index a107506..e849a23 100644 --- a/index.css +++ b/index.css @@ -722,7 +722,7 @@ input[type="checkbox"] { .movie_info_additional { display: flex; justify-content: left; - align-items: center; + align-items: top; width: 100%; margin: 8px 0px 8px 0px; border-radius: -5px;