Skip to content

Commit

Permalink
fix: improve mobile atrium
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed May 2, 2024
1 parent e8e757f commit 84793f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/AtriumView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ export default Vue.extend({
.atriumView-pinned {
display: grid;
grid-gap: 1.5rem;
grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
}
.atriumView-pinned > * {
border: 1px solid $border;
Expand Down

0 comments on commit 84793f3

Please sign in to comment.