Skip to content

Commit

Permalink
Update BackendWSForm.module.css
Browse files Browse the repository at this point in the history
aligned text to center, added margin, changed font family to sans serif
  • Loading branch information
AeroArtz authored Jun 11, 2024
1 parent b0d244e commit 59a9bc1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions frontend/src/pages/BackendWSForm.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
h1{
font-size: 3rem;
font-weight : 800;
text-shadow: 4px 4px 10px grey;
font-family: sans-serif;
text-align: center;
margin-top: 9rem;
margin-bottom: 2rem;
}

h4{
font-size: 1.5rem;
font-size: rem;
text-align: center;
margin-top: 2rem;
font-weight : 600;
}

0 comments on commit 59a9bc1

Please sign in to comment.