mirror of
https://git.coop/cotech/website.git
synced 2025-10-06 21:14:34 +00:00
shuffle the clients in javascript rather than at build time to get a bit more diversity
This commit is contained in:
@ -6707,6 +6707,12 @@ h5#join-us {
|
||||
.home #clients {
|
||||
background-color: #f7f7f5; }
|
||||
|
||||
|
||||
|
||||
.client:nth-child(n+7){
|
||||
display: none;
|
||||
}
|
||||
|
||||
.client-thumb {
|
||||
height: 150px;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user