mtg fixes
This commit is contained in:
parent
9bd339a7de
commit
b0c157811b
@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: rgb(73, 109, 109);
|
background-color: rgb(82, 100, 100);
|
||||||
/* height: 100vh; */
|
/* height: 100vh; */
|
||||||
/* width: 100vw; */
|
/* width: 100vw; */
|
||||||
/* margin: 0 auto; */
|
/* margin: 0 auto; */
|
||||||
@ -21,12 +21,14 @@ main {
|
|||||||
Verdana, sans-serif;
|
Verdana, sans-serif;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
min-height: 100vh;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
position: relative;
|
||||||
/* margin: 0 auto; */
|
/* margin: 0 auto; */
|
||||||
|
padding-bottom: 2.5rem;
|
||||||
}
|
}
|
||||||
.name {
|
.name {
|
||||||
font-size: 2rem;
|
font-size: 3rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
@ -79,7 +81,7 @@ main {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
/* height:250px; */
|
/* height:250px; */
|
||||||
width: auto;
|
width: auto;
|
||||||
font-size: 4.5rem;
|
font-size: 6rem;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -88,10 +90,13 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.player {
|
.player {
|
||||||
padding: 20px;
|
/* padding: 20px; */
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
/* flex-grow: 1; */
|
||||||
margin: 3%;
|
margin: 3%;
|
||||||
|
gap: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
@ -114,8 +119,9 @@ main {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
height:fit-content;
|
||||||
}
|
}
|
||||||
.buttonText {
|
.buttonText {
|
||||||
font-size: 0.65rem;
|
font-size: 0.65rem;
|
||||||
|
|||||||
@ -66,7 +66,7 @@ display: flex;
|
|||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
nav{
|
nav{
|
||||||
background-color: #666666;
|
/* background-color: #666666; */
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user