Skip to content

Commit

Permalink
Fix CSS styles (Wikimedia does not permit font-size with px)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Aug 28, 2023
1 parent 6e2be39 commit bca0c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ body.rtl .logo {
}

.page-subtitle {
font-size: 14px;
font-size: 1em;
}

.form-heading {
border-bottom: 1px solid #e5e5e5;
font-size: 22px;
font-size: 1.5em;
margin: 25px 0;
}

Expand Down

0 comments on commit bca0c1e

Please sign in to comment.