taniere-solidaire-acceuil/assets/css/style-acceuil.css

22 lines
386 B
CSS
Raw Permalink Normal View History

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