mirror of https://github.com/bra1n/townsquare.git
added index.html template, fixed edition selection icon
This commit is contained in:
parent
7bdba2b5d3
commit
ed40934482
|
@ -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>
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue