This commit is contained in:
Benjamin
2025-01-09 09:45:59 +01:00
parent 953082e9bc
commit 645d9f08f5
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ namespace pointMaster.Controllers
vm.Add(new StatModel vm.Add(new StatModel
{ {
Title = "Antal medlemmer", Title = "Medlemmer",
Value = medlemsData.Count().ToString() Value = medlemsData.Count().ToString()
}); });

View File

@@ -161,7 +161,6 @@ export default defineComponent({
margin-bottom: 6rem; margin-bottom: 6rem;
.box { .box {
height: 6rem;
width: 12rem; width: 12rem;
padding: 1rem; padding: 1rem;
background-color: rgba(0,0,0,.2); background-color: rgba(0,0,0,.2);
@@ -172,6 +171,7 @@ export default defineComponent({
.header { .header {
font-size: 1.25rem; font-size: 1.25rem;
font-weight: bolder;
} }
.content { .content {
font-size: 1rem; font-size: 1rem;