- Cleaned up
- Reformatted - Bug fixed
This commit is contained in:
@@ -47,43 +47,18 @@ header {
|
||||
|
||||
@media only screen and (max-width: 980px) {
|
||||
header {
|
||||
height: 2.2em;
|
||||
display: grid;
|
||||
position: inherit !important;
|
||||
z-index: 99;
|
||||
height: 2.2em;
|
||||
}
|
||||
|
||||
|
||||
.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;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
.build {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: flex-end;
|
||||
font-size: 0.5em;
|
||||
padding-right: 10px;
|
||||
flex-direction: column;
|
||||
font-size: 0.5em;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user