Skip to content

Commit

Permalink
New iteration on icon cloud module
Browse files Browse the repository at this point in the history
  • Loading branch information
vicarali committed Sep 19, 2024
1 parent 0a2cbd2 commit 68980b8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{% import '../utils/utils.css' as utils %}

.icons-group{
.icons-group {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-columns: repeat(6, 1fr);
row-gap: 2em;
column-gap: 1em;
margin: 2.5em auto;
}

.icon{
.icon {
display: flex;
flex-direction: column;
align-items: center;
max-width: 5em;
}

.icon__image {
margin-bottom: 10px;
}

.icon__title {
max-width: 10ch;
text-align: center;
font-weight: bold;
}

{% call utils.small()%}
Expand Down

0 comments on commit 68980b8

Please sign in to comment.