Vorlage:RandomOrganisation/style.css: Unterschied zwischen den Versionen
Aus Sacra.Wiki
Ansichten
Aktionen
Namensräume
Varianten
Werkzeuge
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 28: | Zeile 28: | ||
justify-content: center; | justify-content: center; | ||
} | } | ||
.random-organisation | .random-organisation span { | ||
font-weight: 500; | |||
font-size: 16px; | font-size: 16px; | ||
text-align: center; | text-align: center; |
Version vom 22. Oktober 2021, 10:38 Uhr
.organisation-container {
margin-top: 20px;
display: grid;
grid-template-columns: 25% 25% 25% 25%;
}
@media screen and (max-width: 1200px) {
.organisation-container {
grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3);
}
}
@media screen and (max-width: 1200px) {
.organisation-container {
grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3);
}
}
@media screen and (max-width: 992px) {
.organisation-container {
grid-template-columns: 50% 50%;
}
}
.random-organisation {
margin: 4px;
border-radius: 8px;
border: 1px solid rgba(0, 0, 0, 0.05);
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
}
.random-organisation span {
font-weight: 500;
font-size: 16px;
text-align: center;
padding: 16px;
margin-top: 0;
}