Skip to content

Commit

Permalink
fix spacing publication links
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 11, 2022
1 parent ed7ac19 commit 8c28c98
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -538,10 +538,8 @@ footer.sticky-bottom {
a.btn {
color: var(--global-text-color);
border: 1px solid var(--global-text-color);
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding: 0.25rem 1rem;
margin: 0.5rem;
&:hover {
color: var(--global-hover-color);
border-color: var(--global-hover-color);
Expand Down

1 comment on commit 8c28c98

@vercel
Copy link

@vercel vercel bot commented on 8c28c98 Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.