mirror of
https://github.com/Luzifer/badge-gen.git
synced 2024-11-08 13:20:02 +00:00
Shrink the version number
This commit is contained in:
parent
154fac0638
commit
6dc59682e8
2 changed files with 6 additions and 3 deletions
|
@ -23,6 +23,9 @@
|
||||||
.footnote {
|
.footnote {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
.version {
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
.red {
|
.red {
|
||||||
color: #c7254e;
|
color: #c7254e;
|
||||||
}
|
}
|
||||||
|
@ -66,7 +69,7 @@
|
||||||
<p class="footnote">
|
<p class="footnote">
|
||||||
Made with <i class="fa fa-heart red"></i> and Go by <a href="https://luzifer.io/">Knut Ahlers</a>
|
Made with <i class="fa fa-heart red"></i> and Go by <a href="https://luzifer.io/">Knut Ahlers</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p class="version">
|
||||||
<code>badge-gen</code> {{ .Version }}
|
<code>badge-gen</code> {{ .Version }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue