diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..ec566ac --- /dev/null +++ b/public/index.html @@ -0,0 +1,12 @@ + + + + + + + Blood on the Clocktower Virtual Town Square + + +
+ + diff --git a/src/App.vue b/src/App.vue index 8e95ba3..466547a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -300,7 +300,8 @@ ul.editions .edition { text-align: center; padding-top: 100px; background-position: center center; - background-size: cover; + background-size: 100% auto; + background-repeat: no-repeat; width: 200px; margin: 5px; font-size: 120%;