Skip to content

Commit

Permalink
Update max-width for cards
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Dec 3, 2024
1 parent 05d4f98 commit 817bebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Pages/ManageWiki/Tabs/ManageFeatures.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export default {

<style scoped>
.v-main >>> .col {
max-width: 896px;
max-width: 912px;
}
</style>
2 changes: 1 addition & 1 deletion src/components/Pages/ManageWiki/Tabs/ManageWiki.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ export default {
background-color: red;
}
.v-main >>> .col {
max-width: 640px;
max-width: 656px;
}
</style>

0 comments on commit 817bebc

Please sign in to comment.