Skip to content

Commit

Permalink
Add extra spaces (#6060)
Browse files Browse the repository at this point in the history
Fixes #6059
  • Loading branch information
newbazz authored and jywarren committed Jul 26, 2019
1 parent f9f0bdc commit b090a1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/tag/show/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,11 @@
.bottom-right {
position: absolute;
bottom: 10px;
right: 16px;
right: 40px;
color: #fff;
overflow-x: hidden;
text-shadow: 0.5px 0.5px #333;
/* text-decoration: underline; */

}
.bottom-right a {
color: #fff;
Expand Down

0 comments on commit b090a1a

Please sign in to comment.