Correction des tags sur plusieurs colonnes
This commit is contained in:
parent
9d5b3e18c4
commit
51eba12355
4 changed files with 18 additions and 12 deletions
|
@ -985,10 +985,13 @@ figure > figcaption h4 {
|
|||
margin-left: 10rem;
|
||||
}
|
||||
|
||||
.taxonomy {
|
||||
-webkit-column-width: 150px;
|
||||
-moz-column-width: 150px;
|
||||
column-width: 150px;
|
||||
.taxonomy-list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
}
|
||||
|
||||
.taxonomy-item {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.ais-SearchBox .ais-SearchBox-input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue