Skip to content

Commit

Permalink
Merge pull request #1543 from CuBoulder/issue/1526
Browse files Browse the repository at this point in the history
Related Articles: Refactors block for better relatedness scoring, faster generation
  • Loading branch information
jcsparks authored Dec 11, 2024
2 parents b698d31 + 4e547bd commit 34f67a1
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 567 deletions.
16 changes: 9 additions & 7 deletions css/ucb-related-articles.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
.ucb-related-articles-block {
display: none;
display: none;
margin-top: 20px;
--bs-gutter-x: 0 !important;
--bs-gutter-y: 0 !important;
}

.ucb-article-card-img {
max-width: 100%;
height: auto;
max-width: 100%;
height: auto;
}

.ucb-article-card-data {
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
}

.ucb-article-card {
margin-bottom: 2em;
margin-bottom: 2em;
}

.ucb-related-article-card-body{
font-size: 85%;
font-size: 85%;
}
Loading

0 comments on commit 34f67a1

Please sign in to comment.