This commit is contained in:
koenigmarcel
2021-06-24 11:04:36 +02:00
parent fe0644a092
commit cc24b885e8
6 changed files with 107 additions and 3 deletions

View File

@@ -44,3 +44,46 @@ header {
padding-right: 10px;
flex-direction: column;
}
@media only screen and (max-width: 980px) {
header {
height: 2.2em;
display: grid;
position: inherit !important;
z-index: 99;
}
.title {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.5em;
vertical-align: central;
}
.build {
display: flex;
justify-content: center;
align-items: flex-end;
font-size: 0.5em;
padding-right: 10px;
flex-direction: column;
}
.spielanleitung {
display: flex;
align-items: center;
font-size: 1em;
padding-left: 10px;
}
.spielanleitung span {
background: #404040;
border: 1px solid #000000;
padding: 5px;
border-radius: 5px;
cursor: pointer;
}
}