taniere-solidaire-acceuil/assets/css/style-acceuil.css
2024-06-29 14:43:48 +02:00

22 lines
No EOL
386 B
CSS

:root {
background-color: white;
}
body {
display: flex;
flex-direction: column;
text-align: center;
margin-left: 5vw;
margin-right: 5vw;
}
body .services .nextcloud {
background-color: #14A2F0;
}
body .services a {
width: 40vw;
border: solid;
}
body .services a img {
-o-object-fit: contain;
object-fit: contain;
}/*# sourceMappingURL=style-acceuil.css.map */