Skip to content

Commit

Permalink
Fix "More tags" button style in the homepage (italia#761)
Browse files Browse the repository at this point in the history
Fix italia#760

Co-authored-by: Fabio Bonelli <[email protected]>
  • Loading branch information
Guiguerreiro39 and bfabio authored Oct 9, 2020
1 parent 482a958 commit fba7a06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion _includes/home-software-categories.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1 class="text-center mt-0">{{t.home_tags}}</h1>

{% if site.data.crawler.software_categories.size > 15 %}
<div class="text-center mb-2 mb-md-4">
<a href="#" id="moreTags" class="home-software-tags__extra">{{ t.home_tags_more }}</a>
<a href="#" id="moreTags" class="btn btn-primary mx-auto">{{ t.home_tags_more }}</a>
</div>
{% endif %}
</div>
Expand Down
11 changes: 0 additions & 11 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -953,17 +953,6 @@ body {
margin: 3.5rem 0;
}
}
&__extra {
font-weight: 600;
color: #fff;
background-color: #5C6F82;
padding: 0.3rem 1rem;
border-radius: 0.25rem;
&:hover {
color: #fff;
text-decoration: none;
}
}
&__item {
display: inline-block;
margin-right: 0.5rem;
Expand Down

0 comments on commit fba7a06

Please sign in to comment.