mirror of
https://github.com/foin137/werwolfonline.eu.git
synced 2025-12-12 03:11:35 +00:00
minimale Größe des Gameboard gesetzt
This commit is contained in:
23
style.css
23
style.css
@@ -37,12 +37,31 @@ section {
|
||||
|
||||
#gameboard {
|
||||
max-width: 1000px;
|
||||
width: 1000px;
|
||||
min-height: min(55vh, 800px);
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
h1 {
|
||||
font-size: 1.5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
#gameboard {
|
||||
max-width: 99vw;
|
||||
width: calc(100vw - 10px);
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#playername {
|
||||
background-color: #fff;
|
||||
padding: 4px 4px;
|
||||
@@ -205,4 +224,8 @@ select {
|
||||
max-width: 500px;
|
||||
padding: 10px 0;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.weiterschlafen-btn {
|
||||
font-size: larger;
|
||||
}
|
||||
Reference in New Issue
Block a user