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:
17
life.html
17
life.html
@@ -135,6 +135,9 @@
|
||||
}
|
||||
#gridShell {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
#gridShell:fullscreen {
|
||||
display: inline-block;
|
||||
@@ -168,10 +171,10 @@
|
||||
}
|
||||
.menuExitButton {
|
||||
position: fixed;
|
||||
top: 1vw;
|
||||
right: 1vw;
|
||||
width: 15vw;
|
||||
height: 15vw;
|
||||
top: 10pt;
|
||||
right: 10pt;
|
||||
width: 80pt;
|
||||
height: 80pt;
|
||||
}
|
||||
.menu {
|
||||
position: fixed;
|
||||
@@ -188,12 +191,12 @@
|
||||
vertical-align: middle;
|
||||
}
|
||||
.menuOption {
|
||||
font-size: 8vw;
|
||||
font-size: 40pt;
|
||||
background-color: #333;
|
||||
border-radius: 1em;
|
||||
display: inline-block;
|
||||
margin-bottom: 1vw;
|
||||
padding: 1vw;
|
||||
margin-bottom: 15pt;
|
||||
padding: 8pt;
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user