Skip to content

Commit

Permalink
style: update wrapper and image size
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikaSonnek committed Aug 22, 2024
1 parent 0081f60 commit e311433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/LoginHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "../index.css";
export const LoginHeader = () => {
return (
<section className="header-wrapper">
<img src="mstile-144x144.png" alt="Urdr icon" />
<img src="mstile-70x70.png" alt="Urdr icon" />
<h1 className="header-heading">Welcome to urdr</h1>
</section>
);
Expand Down
5 changes: 1 addition & 4 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
}

Expand Down

0 comments on commit e311433

Please sign in to comment.