This commit is contained in:
Zakhar
2026-09-05 22:54:04 +03:00
parent fd62143705
commit a2a6f17bbf
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -17,11 +17,11 @@ export const GlobalStyle = createGlobalStyle`
html {
overflow: hidden;
height: 100dvh;
height: 100svh;
}
body {
height: 100dvh;
height: 100svh;
background-color: ${({ theme }) => theme.colors.pageBg};
background-image: url('/images/background-raspberry.png');
background-repeat: no-repeat;