entrouvert: limit flex columns to homepage (#65269)

This commit is contained in:
Frédéric Péters 2022-05-15 16:25:14 +02:00
parent 5758f0eb4d
commit 69d10f2205
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ a.pk-button:hover {
#columns {
padding: 0 4px 0 4px;
}
.page-index #columns {
display: flex;
flex-wrap: wrap;
#carrousel {