Skip to content

Commit

Permalink
news mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch committed Nov 12, 2024
1 parent 30e0d87 commit 3c90286
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions scss/lexa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2680,6 +2680,11 @@ text-align: start;
.wbwunschbox .btn-primary {
margin: 0 auto;
}

.wb-news-container.mt-5.wb_news.container-fluid .card-title {
margin-top: 14px;
margin-bottom: 14px;
}

}

Expand Down
2 changes: 1 addition & 1 deletion templates/local_wb_news/wb_news_card_blog.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@


<div class="card-body">
<div {{#tags.0}}class="mb-2" {{/tags.0}}>
<div {{#tags.0}}class="mb-2 mt-2" {{/tags.0}}>
{{#tags}} <span class="text-primary mr-1 rounded-sm p-1 px-2 small mb-2" style="border: 1px solid #D9E1E7; font-size: 0.75rem;">{{.}}</span>{{/tags}}
</div>
{{#icon}}
Expand Down

0 comments on commit 3c90286

Please sign in to comment.