Skip to content

Commit

Permalink
Fix Settings css
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
  • Loading branch information
jotoeri committed Mar 19, 2021
1 parent 5a32700 commit 7bd5391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/SettingsSection/SettingsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export default {
display: block;
margin-bottom: auto;
padding: 30px;
border-bottom: 1px solid var(--color-border);

&__title {
display: inline-flex;
Expand Down Expand Up @@ -130,7 +131,7 @@ export default {
}

&__desc {
margin-top: -1em;
margin-top: -0.2em;
margin-bottom: 1em;
opacity: $opacity_normal;
}
Expand Down

0 comments on commit 7bd5391

Please sign in to comment.