Skip to content

Commit

Permalink
bugfix/exercise-button-font-size (#2141)
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail_Moshnikov <mikhai_moshnikov@epam.com>
Co-authored-by: Alex Kanunnikov <lifeart92@gmail.com>
  • Loading branch information
3 people committed Jan 18, 2022
1 parent 55f75ce commit a521c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/components/ui/exercise-button/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@
}

.title {
font-size: 100px;
font-size: 60px;
color: #4691fd;
text-align: center;
min-width: 100%;
}

@media (max-width: 640px){
.title {
font-size: 80px;
font-size: 40px;
color: #4691fd;
text-align: center;
min-width: 100%;
Expand Down

0 comments on commit a521c51

Please sign in to comment.