Skip to content

Commit

Permalink
Merge pull request #212 from laminas/staging
Browse files Browse the repository at this point in the history
sponsors and popular projects
  • Loading branch information
arhimede authored Oct 8, 2024
2 parents 6ebfe3d + c9a555b commit 998abda
Show file tree
Hide file tree
Showing 28 changed files with 789 additions and 276 deletions.
477 changes: 392 additions & 85 deletions bootstrap/package-lock.json

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions bootstrap/scss/_custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,40 @@ article {
--bs-card-border-width: 0;
border-bottom: 1px solid rgba(0,0,0,.125) ;
}

.homepage-listing {
.card {
margin-bottom: 1.5rem;
}

.card-title, .card-text {
margin-bottom: 1rem;
}

.listing-icon {
font-size: 1.5rem;
}

.card-footer {
p {
color: rgba(0,0,0,.7);
font-weight: bold;
}
}

.sponsor-item {
margin: 1rem 0;

img {
max-height: 2.5rem;
}
}

.project-item {
margin: 1rem 0;

img {
max-height: 2.5rem;
}
}
}
Loading

0 comments on commit 998abda

Please sign in to comment.