diff options
author | Blaster4385 <[email protected]> | 2022-08-25 14:41:02 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-08-25 14:41:02 +0530 |
commit | bf896ba45a22227a545d0bf7f034d22cb4778f1e (patch) | |
tree | 4bc04c81a83f6ca7187aefbd7ee32b9d2f0a51aa /admin/src/components/Header/Header.module.css | |
parent | 54a27fb52551069fa6d40c6f5941c5d49c0f0506 (diff) |
accordion fix
Diffstat (limited to 'admin/src/components/Header/Header.module.css')
-rw-r--r-- | admin/src/components/Header/Header.module.css | 10 |
1 files changed, 5 insertions, 5 deletions
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; +} |