Skip to content

Commit

Permalink
Fix events grid layout
Browse files Browse the repository at this point in the history
Closes #858 #867
  • Loading branch information
csarven authored and michielbdejong committed Jun 14, 2024
1 parent d691140 commit a95d2b1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,7 @@ footer>div>dl>dd>ul li img {
#hosted-pod-services>div>ul li,
#solid-organizations>div>ul li,
#where-to-collaborate,
#using-solid,
#events>div>ul {
#using-solid {
padding: 2rem;
margin-right: 2rem;
}
Expand Down Expand Up @@ -440,7 +439,6 @@ footer>div>dl>dd>ul li img {
}

#events li {
margin-right: 2rem;
margin-bottom: 2rem;
}

Expand All @@ -450,13 +448,14 @@ footer>div>dl>dd>ul li img {
}

#where-to-collaborate>div>ul,
#using-solid>div>ul,
#events>div>ul>li>details>ul {
#using-solid>div>ul {
display: flex;
}

#events>div>ul>li>details>ul li {
width: 25%;
#events>div>ul>li>details>ul {
display: grid;
grid-column-gap: 2%;
grid-template-columns: repeat(auto-fit, 23%);
}

#about section#features ul li a,
Expand Down

0 comments on commit a95d2b1

Please sign in to comment.