From bf896ba45a22227a545d0bf7f034d22cb4778f1e Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Thu, 25 Aug 2022 14:41:02 +0530 Subject: accordion fix --- admin/src/components/Header/Header.module.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'admin/src/components/Header/Header.module.css') diff --git a/admin/src/components/Header/Header.module.css b/admin/src/components/Header/Header.module.css index 8e6084f..c67df95 100644 --- a/admin/src/components/Header/Header.module.css +++ b/admin/src/components/Header/Header.module.css @@ -9,12 +9,12 @@ padding: 20px; } -.header__heading { - font-size: var(--font-large); - font-weight: 400; -} - .header__subheading { font-size: var(--font-medium); font-weight: 400; } + +.header__image { + width: 150px; + height: 150px; +} -- cgit