We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdebe2 commit 5004f26Copy full SHA for 5004f26
public/stylesheets/style.css
@@ -74,4 +74,8 @@ footer {
74
75
.infobox dd {
76
margin-left: 0;
77
+}
78
+
79
+.small a {
80
+ font-size: 0.7em;
81
}
views/layout.pug
@@ -24,4 +24,6 @@ html(lang="en")
24
footer
25
p.center
26
span Copyright ©
27
- a(href="https://yellowdogman.com/imprint.html") Yellow Dog Man Studios s.r.o.
+ a(href="https://yellowdogman.com/imprint.html") Yellow Dog Man Studios s.r.o.
28
+ span.center.small
29
+ a(href="/credits") Credits
0 commit comments