mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
12 lines
211 B
CSS
12 lines
211 B
CSS
|
/* Feuille de styles pour l'acceuil des outils pour Comunic */
|
||
|
|
||
|
.tools_container {
|
||
|
margin: auto;
|
||
|
margin-top: 20px;
|
||
|
width: 385px;
|
||
|
text-align: justify;
|
||
|
}
|
||
|
|
||
|
.tools_container .button {
|
||
|
width: 385px;
|
||
|
}
|