Skip to content

Commit

Permalink
fix(task): mobile fixed width
Browse files Browse the repository at this point in the history
  • Loading branch information
esoadamo committed Feb 16, 2025
1 parent 643cb2f commit a29c1d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.icon {
grid-area: icon;
align-self: center;
max-height: 3em;
height: 3em;
max-width: 3em;
width: 100%;
}
Expand All @@ -36,4 +36,4 @@
grid-area: description;
}
}
}
}

0 comments on commit a29c1d7

Please sign in to comment.