Enhance character sheet layout with responsive styles and improved data binding
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m22s

This commit is contained in:
2025-03-20 12:28:08 +01:00
parent ecf64c679f
commit 7857016243
2 changed files with 33 additions and 23 deletions

View File

@@ -37,6 +37,16 @@ footer {
color: #888;
}
.character-details {
display: flex;
}
.character-details-title {}
.character-details-value {
margin: 0px 0px 0px auto;
}
.mobile-tabs {
display: none;
}