Skip to content

Commit

Permalink
#569 resolves padding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
timurtripp committed Nov 29, 2023
1 parent 675de04 commit 8d7d8b9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions css/ucb-article.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ i.fa-regular.fa-calendar {
.ucb-article-category-icon, .ucb-article-tag-icon {
background-color: #555555;
color: #e7e7e7;
height: 16px;
width: 16px;
}
.ucb-article-category-icon > svg, .ucb-article-tag-icon > svg{
padding: 2px;
padding: 6px;
}

.ucb-article-categories div,
Expand All @@ -48,7 +44,6 @@ i.fa-regular.fa-calendar {
display: flex;
flex-direction: row;
line-height: 1.5em;
padding: 2px;
}

.ucb-article-categories a:link,
Expand All @@ -59,9 +54,9 @@ i.fa-regular.fa-calendar {
.ucb-article-issue a:visited {
background: #e7e7e7;
color: #555;
padding: 2px 6px;
padding: 6px;
display: inline-block;
margin: 0 5px 5px 0;
margin-right: 8px;
}

.ucb-article-categories a:hover,
Expand Down

0 comments on commit 8d7d8b9

Please sign in to comment.