Skip to content

Commit

Permalink
fix: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Jul 2, 2024
1 parent b5626d2 commit 8f028bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/knowledge/jargon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export default {
}
@media screen and (max-width: @phone) {
.m-jargon {
grid-template-columns: repeat(2, 1fr);
// grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(2, minmax(100px, 1fr));
}
}
</style>

0 comments on commit 8f028bf

Please sign in to comment.