added index.html template, fixed edition selection icon

This commit is contained in:
Steffen 2020-04-15 17:42:24 +02:00
parent 7bdba2b5d3
commit ed40934482
No known key found for this signature in database
GPG Key ID: 764D74E98267DFC6
2 changed files with 14 additions and 1 deletions

12
public/index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Blood on the Clocktower Virtual Town Square</title>
</head>
<body>
<div id="app"></div>
</body>
</html>

View File

@ -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%;