diff --git a/FCLauncher/src/index.html b/FCLauncher/src/index.html index 4718290..c4abdab 100644 --- a/FCLauncher/src/index.html +++ b/FCLauncher/src/index.html @@ -3,7 +3,7 @@ - + Tauri App @@ -14,12 +14,12 @@ - +
- - Title diff --git a/FCLauncher/src/styles.css b/FCLauncher/src/styles.css index 18ebadf..ca37325 100644 --- a/FCLauncher/src/styles.css +++ b/FCLauncher/src/styles.css @@ -19,7 +19,7 @@ .container { margin: 0; - padding-top: 5vh; + padding-top: 0vh; display: flex; flex-direction: column; justify-content: center; @@ -27,12 +27,13 @@ } body { - background-image: url('assets/CityBase.png'); + margin: 0px; + padding: 0px; } .logo { height: 6em; - padding: 1.5em; + padding: 0em; will-change: filter; transition: 0.75s; } @@ -163,7 +164,15 @@ button { align-self: center; align-items: center; } -#Logo{ +.Logo{ + background-image: url('assets/CityBase.png'); + box-shadow: 0px 20px 10px #222424; display: flex; justify-content: center; + height: auto; + background-repeat: no-repeat; + flex-direction: column; +} +#Title { + }