Skip to content

Commit

Permalink
WENDEL QUE DISSE 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nadox00 committed Apr 25, 2024
1 parent dd02eee commit 5a3bb39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nadoxLoginScreen/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {
border-radius: 8px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
width: 22%;
height: 40%;
height: auto;
justify-content: center;
text-align: center;
color: var(--color-fg);
Expand Down Expand Up @@ -71,7 +71,7 @@ input[type="submit"]:hover {
background-color: var(--color-card);
padding: 40px;
width: 22%;
height: 40%;
height: auto;
display: flex;
border-radius: 8px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit 5a3bb39

Please sign in to comment.