mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
Update life.html
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body autocomplete="off">
|
||||
<div id="settings" class="settings">
|
||||
Number of Players:<br>
|
||||
<input id="inputPlayerCount" class="input" type="number" min="2" value="4" max="16"><br>
|
||||
@@ -201,13 +201,13 @@
|
||||
}
|
||||
.menuInterior {
|
||||
margin: 90pt 0px 0px 0px;
|
||||
padding: 20pt;
|
||||
padding: 10pt;
|
||||
overflow-y: scroll;
|
||||
height: calc(100% - 90pt);
|
||||
border: 1px solid white;
|
||||
}
|
||||
.menuOption {
|
||||
font-size: 30pt;
|
||||
font-size: 24pt;
|
||||
background-color: #333;
|
||||
border-radius: 1em;
|
||||
display: inline-block;
|
||||
|
Reference in New Issue
Block a user