Skip to content

Commit

Permalink
Update exercises.css
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaHranovska committed Feb 12, 2024
1 parent ba3e862 commit d6e0981
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/css/exercises.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
/* Media queries for search and excercises after the click*/
@media screen and (min-width: 768px) {
.head-small {
font-size: 24px;
font-size: 20px;
line-height: 1.33;
letter-spacing: -0.02em;
color: rgba(27, 27, 27, 0.5);
Expand Down Expand Up @@ -396,6 +396,19 @@
gap: 28px 20px;
}

.exercises-header {
margin-bottom: 32px;
font-weight: 400;
}

.head-small {
font-weight: 400;
font-size: 17px;
line-height: 1.33;
letter-spacing: -0.02em;
color: rgba(27, 27, 27, 0.5);
}

.ex-list-no-result {
padding-top: 217px;
padding-bottom: 350px;
Expand Down

0 comments on commit d6e0981

Please sign in to comment.