feat: enhance layout styles for better responsiveness and visual consistency

This commit is contained in:
sHa
2025-05-29 13:21:22 +03:00
parent 52a4292079
commit 2212c6db17
4 changed files with 13 additions and 10 deletions

View File

@@ -56,6 +56,9 @@
:global(body) {
background: var(--color-bg);
color: var(--color-text);
height: 100%;
margin: 0;
padding: 0;
}
body {