From bbcdd1a9df859b69893a47864724992d3f955c89 Mon Sep 17 00:00:00 2001 From: swastik Date: Thu, 12 Oct 2023 19:49:24 +0530 Subject: [PATCH] center the 'No Result Found' text on search. --- src/components/NoResultFound/NoResultFound.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/NoResultFound/NoResultFound.css b/src/components/NoResultFound/NoResultFound.css index 0cc89b2b..d8d17343 100644 --- a/src/components/NoResultFound/NoResultFound.css +++ b/src/components/NoResultFound/NoResultFound.css @@ -10,6 +10,7 @@ padding: 1rem; height: auto; color: var(--text-color); + text-align: center; } .no-result-card .top-container {