From cc6f69aab594928f89baa08f2cabb27a177a3afc Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Wed, 21 Oct 2020 20:22:23 -0600 Subject: [PATCH] Add icon to website --- src/App.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 7754cc7..1bb3de0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,6 +9,7 @@
+ Secret Hitler Online Logo @@ -127,13 +128,19 @@ p { margin: 0 auto; } +#app > .icon { + position: absolute; + left: 10px; + top: 10px; +} + .alert-bar { justify-content: center; position: absolute; display: flex; padding: 3px; width: 100vw; - z-index: 1; + z-index: 2; left: 0; top: 0; }