You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
481 B
39 lines
481 B
table {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
th {
|
|
text-align: right;
|
|
}
|
|
|
|
.content {
|
|
text-align: center;
|
|
}
|
|
|
|
.ds { /* Zobrazení datové schránky na stránce týmu */
|
|
margin-top: -1em;
|
|
}
|
|
|
|
.inventar {
|
|
width: fit-content;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.polozka_inventare {
|
|
float: left;
|
|
min-width: 10vw;
|
|
min-height: 15vw;
|
|
border: orange 1pt solid;
|
|
|
|
margin: 1vh;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
li {
|
|
text-align: left;
|
|
}
|
|
|