remove workarounds
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mrmaxmeier
2022-11-15 14:25:40 +01:00
parent 59901b4c92
commit 9a227a1e47
5 changed files with 17 additions and 21 deletions

View File

@@ -3,7 +3,6 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="stylesheet" href="style_hacky_css_react_mag_mich_nicht.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />

View File

@@ -1,9 +0,0 @@
body{
background-image: url('/background.gif');
background-size: cover;
background-position: center;
background-attachment: fixed;
height: 100vh;
padding:0;
margin:0;
}