Skip to content

Commit

Permalink
Merge branch 'develop' into Issue-#1425-Search-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
koliaBp authored Sep 1, 2022
2 parents c55f581 + 6ddd72c commit fb4c7e6
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
margin-right: 1em;
}
.achievement_descr {
width: 480px;
max-width: 480px;
white-space: wrap;
overflow-wrap: break-word;
}
Expand All @@ -52,3 +52,16 @@
font-size: 13px;
cursor: pointer;
}

@media (max-width: 750px) {
.image {
display: none;
}
.card_achievement {
max-width: 350px;
padding-top: 2rem;
}
.achievement_title{
max-width: 300px;
}
}

0 comments on commit fb4c7e6

Please sign in to comment.