Diverse endringer fra de siste årene. Programmet er fortsatt 🍝

This commit is contained in:
2023-11-07 15:26:58 +01:00
parent c25ef18f21
commit 150d6cb931
2 changed files with 24 additions and 11 deletions

View File

@@ -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; }