Skip to content

Commit

Permalink
fix: Adjust styles for Nextcloud 30 (default heading styles)
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux authored and AndyScherzinger committed Aug 6, 2024
1 parent d809948 commit 9cf211b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const isLink = computed(() => !!props.href)
}
.heading {
font-weight: bold;
font-size: 23px;
margin: 0;
}
Expand Down
2 changes: 2 additions & 0 deletions src/components/WizardPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ defineProps<{
}
.heading {
font-size: 27px;
margin-block: 0;
text-align: center;
}
Expand Down

0 comments on commit 9cf211b

Please sign in to comment.