diff --git a/frontend/src/components/LoginHeader.tsx b/frontend/src/components/LoginHeader.tsx index 08029ab2..7d942b7c 100644 --- a/frontend/src/components/LoginHeader.tsx +++ b/frontend/src/components/LoginHeader.tsx @@ -4,6 +4,7 @@ import "../index.css"; export const LoginHeader = () => { return (
+ Urdr icon

Welcome to urdr

); diff --git a/frontend/src/index.css b/frontend/src/index.css index 2de534f1..5ea6f0d8 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -97,11 +97,11 @@ Other button classes are defined further down together with other classes for th .header-wrapper { width: 100vw; - height: 10rem; + padding: 1rem 3rem 3rem; line-height: 10rem; - margin-bottom: 3rem; background-color: hsl(76deg 55% 53%); display: flex; + flex-direction: column; justify-content: center; align-items: center; } @@ -112,6 +112,10 @@ Other button classes are defined further down together with other classes for th } } +.header-wrapper img { + display: block; +} + .header-heading { color: hsl(186deg 92% 11%); font-size: 3rem;