Skip to content

Commit

Permalink
Fix title styling on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
veloek committed Jan 28, 2024
1 parent 859c5a0 commit e678e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tevling/Pages/Login.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
.login-title {
font-size: 58px;
font-weight: bold;
text-transform: uppercase full-width;
text-transform: uppercase;
letter-spacing: 0.7rem;
}

.login-subtitle {
Expand Down

0 comments on commit e678e8d

Please sign in to comment.