Skip to content

Commit

Permalink
style: adding error-message
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Junk committed Nov 24, 2023
1 parent f0e6e62 commit 39c3fff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ hr {
border-radius: 3px;
}

.error-message {
margin-left: 1rem;
color: red;
font-size: large;
font-weight: bold;
}

.key {
width: 5rem;
}
Expand Down

0 comments on commit 39c3fff

Please sign in to comment.