style update

This commit is contained in:
Jan K9f 2025-01-07 09:59:47 +01:00
parent fe3b957a47
commit 0986803583
Signed by: jank
GPG key ID: B267751B8AE29EFE
8 changed files with 49 additions and 23 deletions

View file

@ -8,7 +8,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="./styles.css">
</head>
<body class="bg-pink-600">
<body class="bg-pink-600 p-32">
<app-root></app-root>
</body>
</html>