From e75ef9b14611bfe123354765586525f91c43cd5d Mon Sep 17 00:00:00 2001 From: Dede Nugroho Date: Thu, 30 Mar 2023 11:00:02 +0800 Subject: [PATCH] Update the card header alignment to center the items in app.css --- public/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/app.css b/public/css/app.css index 8ed2482..419c2a8 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -133,7 +133,7 @@ .card .card-header { display: flex; justify-content: space-between; - align-items: stretch; + align-items: center; flex-wrap: wrap; min-height: 50px; /* padding: 0 1rem; */