43 lines
613 B
CSS
43 lines
613 B
CSS
#accueil {
|
|
margin-top: 1%;
|
|
}
|
|
|
|
button, .button {
|
|
height: 205px;
|
|
width: 205px;
|
|
overflow: hidden;
|
|
white-space: normal;
|
|
margin: 15px;
|
|
hyphens: auto;
|
|
-moz-hyphens: auto;
|
|
}
|
|
|
|
.content .text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.content {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
height: 200px;
|
|
}
|
|
|
|
.text {
|
|
min-width: 144px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
/* @media (max-width: 1100px) {
|
|
button, .buttons {
|
|
height: 180px;
|
|
width: 180px;
|
|
}
|
|
.content {
|
|
height: 175px;
|
|
}
|
|
.text {
|
|
min-width; 140px;
|
|
}
|
|
} */
|