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