Skip to content

Commit

Permalink
Adjust joined directories gap
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Sep 3, 2024
1 parent 274a399 commit 7e34c40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_includes/main/webmembership.njk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<section class="section--home grid-center">
<h2 class="heading--home">Directories</h2>
<p class="text-center">{{ sitemeta.siteDomain }} is listed at the following directories:</p>
<ul class="inline-list" style="margin-top: 1em;">
<ul class="widgets directories">
<li><a href="https://bukmark.club/">BUKMARK.CLUB</a></li>
<li><a href="https://darktheme.club/">The Darktheme Club</a></li>
<li><a href="https://www.11ty.dev/authors/">Eleventy Authors</a></li>
Expand Down
10 changes: 8 additions & 2 deletions src/assets/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,17 @@
flex-wrap: wrap;
justify-content: center;
}
.webrings {

.widgets.webrings {
gap: 2em;
margin-top: 1.5em;
}
.webrings h3 { font-size: 1.5rem; }
.widgets.webrings h3 { font-size: 1.5rem; }

.widgets.directories {
padding: 0;
gap: var(--sz-list-gap) 1.2em;
}

.home__badges {
--badge-gap: 0.5em;
Expand Down

0 comments on commit 7e34c40

Please sign in to comment.