Skip to content

Instantly share code, notes, and snippets.

@gonzaloserrano
Last active August 29, 2015 14:07
Show Gist options
  • Save gonzaloserrano/8f9841fe0c364b0e67d1 to your computer and use it in GitHub Desktop.
Save gonzaloserrano/8f9841fe0c364b0e67d1 to your computer and use it in GitHub Desktop.
Trello CSS tunning for Week tasks
.list {
flex: 0 0 200px;
}
.list:first-child {
flex: 0 0 250px;
background: #D2CEE6;
}
.list:nth-last-child(3) {
flex: 0 0 400px;
background: #DAE7E4;
position: absolute;
left: 265px;
bottom: 0;
width: 800px;
}
.list:nth-last-child(3) .list-cards {
overflow-x: auto;
}
.list:nth-last-child(3) .list-card {
float: left;
min-width: 189px;
margin-right: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment