diff options
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; +} |