don't reset server config on rejoin
This commit is contained in:
parent
b9b5ed7501
commit
c21c3bf942
7 changed files with 48 additions and 186 deletions
|
@ -19,12 +19,12 @@
|
|||
background-color: #ffffff; /* Green */
|
||||
border: none;
|
||||
/* border-radius: 1vh; */
|
||||
padding: 1vh;
|
||||
margin: 1vh;
|
||||
font-size: 3vw;
|
||||
padding: 1vw;
|
||||
margin: .5vw;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 2vh;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
a {
|
||||
|
@ -49,16 +49,16 @@ a {
|
|||
}
|
||||
|
||||
.title {
|
||||
font-size: 6vh;
|
||||
font-size: 5vh;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 5vh;
|
||||
font-size: 4vw;
|
||||
padding: 1vh;
|
||||
}
|
||||
|
||||
.Stats {
|
||||
font-size: 3vh;
|
||||
font-size: 2vh;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
@ -111,6 +111,6 @@ divide {
|
|||
height: 1px;
|
||||
border: 0;
|
||||
border-top: 0px solid rgba(204, 204, 204, 0);
|
||||
margin: 1em 0;
|
||||
padding: 1em;
|
||||
margin: 1vh 0;
|
||||
padding: 1vh;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue