Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 8524795

Browse files
billy-lerickr
authored andcommitted
#76 changed font size on mobile devices
1 parent e247bc6 commit 8524795

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/scenes/home/signup/signup.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,22 @@
5454
border: 1px solid rgb(92,105,122);
5555
padding: 10px;
5656
}
57+
5758
.signup h2 {
5859
font-size: 26px;
5960
}
61+
62+
.errorList {
63+
font-size: 1.25rem;
64+
}
6065
}
6166

6267
@media screen and (max-width: 321px) {
6368
.signupForm {
6469
border-left-style: none;
6570
border-right-style: none;
6671
}
72+
6773
.signup h2 {
6874
font-size: 20px;
6975
}

0 commit comments

Comments
 (0)