Files
qmining-page/src/pages/contribute.module.css
T
2021-05-07 13:00:15 +02:00

33 lines
410 B
CSS

.warning {
color: white;
padding: 10px;
font-size: 26px;
text-align: center;
}
.title {
color: var(--text-color);
font-size: 30px;
text-align: center;
}
.gitRepos {
display: flex;
justify-content: space-around;
}
@media screen and (max-width: 700px) {
.gitRepos {
flex-direction: column;
}
}
.gitRepos a {
margin: 0px 5px;
}
.gitRepos img {
width: 400px;
max-width: 90%;
}