Fix copyright link click area
This commit is contained in:
parent
97c276bf19
commit
6e666c1567
2 changed files with 18 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank"><img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg"></a>
|
||||
<div id="cc"><a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank"><img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg"></a></div>
|
||||
<br>
|
||||
Submissions are copyright © {{ partial "copyright-years.html" . }} their respective submitters, and are licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</a> license.
|
|
@ -787,6 +787,18 @@ button, .action-button a {
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
#cc {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#cc > a {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#cc > a > img {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
#content > div:last-child img {
|
||||
background: var(--background-2) !important;
|
||||
}
|
||||
|
@ -831,6 +843,10 @@ a.no-underline:hover {
|
|||
border: none;
|
||||
}
|
||||
|
||||
footer img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 400px) {
|
||||
#leaderboard td:first-child {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue