fix(frontend): fixed the layout for chrome based browsers

This commit is contained in:
ribardej
2025-11-05 15:49:31 +01:00
parent 24087c2810
commit 8543c72730

View File

@@ -24,8 +24,6 @@ a:hover {
body { body {
margin: 0; margin: 0;
display: flex;
place-items: center;
min-width: 320px; min-width: 320px;
min-height: 100vh; min-height: 100vh;
} }