Skip to content

Commit

Permalink
style Question for tablet, mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypeasee committed Jan 17, 2021
1 parent cb304aa commit b34224b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Question/Question.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,18 @@

.question-btn {
@include btn;
}

@media only screen and (max-width: 375px) {
.question-slide {
width: 85%;
}

.question-slide h1 {
text-align: center;
}

.question-btn-anchor {
width: 80%;
}
}

0 comments on commit b34224b

Please sign in to comment.