Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: several styling issues (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben authored Feb 8, 2024
1 parent 7826226 commit fed4015
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
align-items: center;
justify-content: center;
flex-direction: column;
height: 30vh;
width: 30vw;
padding: 30px;
max-height: 100vh;
max-width: 100vw;

.leaphyLogo {
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
height: 60px;
color: white;

display: flex;
justify-content: center;
align-items: center;

&:disabled {
color: var(--leaphy-color-dark);
}
Expand Down

0 comments on commit fed4015

Please sign in to comment.