diff --git a/frontend/src/components/LoginHeader.tsx b/frontend/src/components/LoginHeader.tsx index 08029ab2..5decd0a2 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..6aa0c045 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -97,11 +97,12 @@ Other button classes are defined further down together with other classes for th .header-wrapper { width: 100vw; - height: 10rem; + height: 15rem; 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 +113,12 @@ Other button classes are defined further down together with other classes for th } } +.header-wrapper img { + margin-bottom: 1rem; + width: 5.5rem; + display: block; +} + .header-heading { color: hsl(186deg 92% 11%); font-size: 3rem;