Skip to content

Commit

Permalink
Reduce Wikipedia button size
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbarbosa committed Dec 23, 2023
1 parent 51a16ce commit a0d889b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/furigana.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ruby.furigana rtc.annotation rt {

@media screen and (min-width: 769px) {
#legend .name .furigana,
#info .furigana {
#info-data>.furigana {
flex-direction: row;
align-items: end;
gap: 0.3em;
Expand Down
4 changes: 2 additions & 2 deletions css/info.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
.wikipedia a {
color: #000;
background: rgba(255, 255, 255, 0.7);
padding: 0.8em;
padding: 0.6em 0.8em;
border-radius: 0.5em;
text-decoration: none;
font-size: 0.5em;
font-size: 0.4em;
}

0 comments on commit a0d889b

Please sign in to comment.