entrouvert: use flex box to align heights of homepage blocks (#47317)

This commit is contained in:
Frédéric Péters 2021-06-06 12:13:19 +02:00
parent 367d33ce33
commit 39c2929887
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ a.pk-button:hover {
#columns {
padding: 0 4px 0 4px;
display: flex;
flex-wrap: wrap;
#carrousel {
width: 100%;
}
}
#footer {