22 lines
No EOL
386 B
CSS
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 */ |