Skip to content

Commit

Permalink
Merge pull request #150 from ECE444-2023Fall/fabin-dev-update-error-css
Browse files Browse the repository at this point in the history
Updated style for error page
  • Loading branch information
pandyah5 authored Nov 11, 2023
2 parents b66a116 + 642bf10 commit 2a43158
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -479,17 +479,17 @@ div.error-container {
}

div.error-code {
font-size: 22vw;
font-family: 'Aclonica', sans-serif;
color: #ea453f;
margin-left: -5vw;
font-size: 10vw;
font-weight: 900;
color: #FF7F50;
margin-left: -.5vw;
}

div.error-msg {
font-size: 4vw;
font-size: 3vw;
font-family: 'ADLaM Display', sans-serif;
color: #333333;
margin-top: -6vw;
color: #333;
margin-top: -1vw;
}

/* The style below is for the Organizer Main Page */
Expand Down

0 comments on commit 2a43158

Please sign in to comment.