Fixed styling on settings tab

This commit is contained in:
WBHarry 2025-07-13 17:13:26 +02:00
parent de4267ff3c
commit 07e39a38e2
3 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,8 @@
@import '../utils/colors.less';
@import '../utils/fonts.less';
.sheet.daggerheart.dh-style {
.tab.settings {
margin-bottom: 36px;
}
}