Skip to content

Commit

Permalink
Fix icon cloud module images width on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
vicarali committed Sep 19, 2024
1 parent ca2ce52 commit 32f2706
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,11 @@
font-weight: bold;
}

{% call utils.small()%}
.icons-group{
{% call utils.small() %}
.icons-group {
grid-template-columns: repeat(2, 1fr);
}

.icon__image {
width: 70%;
}

.icon__title {
{{ utils.natus() }}
}
Expand Down

0 comments on commit 32f2706

Please sign in to comment.