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>
|
<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.
|
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;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#cc {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cc > a {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cc > a > img {
|
||||||
|
display: inline !important;
|
||||||
|
}
|
||||||
|
|
||||||
#content > div:last-child img {
|
#content > div:last-child img {
|
||||||
background: var(--background-2) !important;
|
background: var(--background-2) !important;
|
||||||
}
|
}
|
||||||
|
@ -831,6 +843,10 @@ a.no-underline:hover {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer img {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 400px) {
|
@media (max-width: 400px) {
|
||||||
#leaderboard td:first-child {
|
#leaderboard td:first-child {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue