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

Welcome to urdr

); diff --git a/frontend/src/index.css b/frontend/src/index.css index 6aa0c045..c2abc5b9 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -97,9 +97,8 @@ Other button classes are defined further down together with other classes for th .header-wrapper { width: 100vw; - height: 15rem; + padding: 1rem 3rem 3rem 3rem; line-height: 10rem; - margin-bottom: 3rem; background-color: hsl(76deg 55% 53%); display: flex; flex-direction: column; @@ -114,8 +113,6 @@ Other button classes are defined further down together with other classes for th } .header-wrapper img { - margin-bottom: 1rem; - width: 5.5rem; display: block; }