1
0
Fork 0
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:
Knut Ahlers 2016-06-29 00:33:16 +02:00
parent 154fac0638
commit 6dc59682e8
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
2 changed files with 6 additions and 3 deletions

View file

@ -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