Diverse endringer fra de siste årene. Programmet er fortsatt 🍝
This commit is contained in:
@@ -158,10 +158,10 @@ h4 {
|
||||
display: flex;
|
||||
flex-flow: column wrap;
|
||||
align-content: center;
|
||||
gap: 1rem;
|
||||
gap: 0.5rem;
|
||||
/* Your container needs a fixed height, and it
|
||||
* needs to be taller than your tallest column. */
|
||||
height: 200rem;
|
||||
height: var(--row-count);;
|
||||
}
|
||||
.all-result::before,
|
||||
.all-result::after {
|
||||
@@ -170,9 +170,6 @@ h4 {
|
||||
width: 0;
|
||||
order: 2;
|
||||
}
|
||||
.all-result-div{
|
||||
margin-bottom: 2%; /* Optional */
|
||||
}
|
||||
.all-result-div:nth-child(3n+1) { order: 1; }
|
||||
.all-result-div:nth-child(3n+2) { order: 2; }
|
||||
.all-result-div:nth-child(3n) { order: 3; }
|
||||
|
||||
Reference in New Issue
Block a user