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

Commit b28f7b4

Browse files
billy-lehollomancer
authored andcommitted
Issue #69 fixed heading font-size, border-style for mobile < 321px
1 parent 755756e commit b28f7b4

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

src/scenes/home/signup/signup.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,17 @@
3939
border: 1px solid rgb(92,105,122);
4040
padding: 10px;
4141
}
42+
.signup h2 {
43+
font-size: 26px;
44+
}
4245
}
4346

44-
@media screen and (max-width: 599px) {
47+
@media screen and (max-width: 321px) {
48+
.signupForm {
49+
border-left-style: none;
50+
border-right-style: none;
51+
}
4552
.signup h2 {
46-
font-size: 26px;
53+
font-size: 20px;
4754
}
4855
}

0 commit comments

Comments
 (0)