diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index 699dea4..e961936 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -10,13 +10,20 @@ - - -
- - - + +
+
+ +
+
+ + +
+
+
+ +
@@ -52,6 +59,41 @@ body { } diff --git a/src/ui/Banner.vue b/src/ui/Banner.vue index 1b0ebe7..dbe89c0 100644 --- a/src/ui/Banner.vue +++ b/src/ui/Banner.vue @@ -13,8 +13,8 @@ margin-top: 0px; padding: 33px 0; background-color: #dbeede; - -webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.65); - -moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.65); - box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.65); + -webkit-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65); + -moz-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65); + box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65); } - \ No newline at end of file + diff --git a/src/ui/Highscore.vue b/src/ui/Highscore.vue index 2e6761e..e52069b 100644 --- a/src/ui/Highscore.vue +++ b/src/ui/Highscore.vue @@ -1,5 +1,5 @@