ul.rooster {
clear: both; display: block; height: auto; list-style: none; overflow: auto;
}
ul.rooster li {
float: left; width: 25%;
}
ul.rooster li div {
align-items: center; display: flex; justify-content: center; height: 200px;
}
- address {
flex: 0 1 auto; font-size: small; font-style: normal;
}