[web] Format source code

This commit is contained in:
Alain Nussbaumer
2023-11-21 15:26:13 +01:00
parent 356fcf8aa7
commit d524a3e757
3 changed files with 10 additions and 4 deletions

View File

@@ -55,6 +55,8 @@ export default {
margin-bottom: 10px;
margin-left: 24px;
margin-right: 24px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow:
0 4px 8px 0 rgba(0, 0, 0, 0.2),
0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
</style>