Footer link and simpler css

This commit is contained in:
Florian Baumann 2023-03-01 09:34:32 +01:00
parent bcde7b3699
commit 7a24cecd93

View File

@ -36,40 +36,23 @@
justify-content: unset justify-content: unset
} }
table#cards td { table#cards td,
display: none;
}
table#cards th { table#cards th {
display: none; display: none;
} }
table#cards th:nth-child(1) {
display: revert; table#cards th:nth-child(1),
} table#cards th:nth-child(2),
table#cards th:nth-child(2) { table#cards th:nth-child(4),
display: revert; table#cards th:nth-child(5),
}
table#cards th:nth-child(4) {
display: revert;
}
table#cards th:nth-child(5) {
display: revert;
}
table#cards th:nth-child(9) { table#cards th:nth-child(9) {
display: revert; display: revert;
} }
table#cards td:nth-child(1) { table#cards td:nth-child(1),
display: revert; table#cards td:nth-child(2),
} table#cards td:nth-child(4),
table#cards td:nth-child(2) { table#cards td:nth-child(5),
display: revert;
}
table#cards td:nth-child(4) {
display: revert;
}
table#cards td:nth-child(5) {
display: revert;
}
table#cards td:nth-child(9) { table#cards td:nth-child(9) {
display: revert; display: revert;
} }
@ -221,7 +204,7 @@
<footer class="footer"> <footer class="footer">
<div class="content has-text-centered"> <div class="content has-text-centered">
<p> <p>
<strong>Serra</strong> Version {{ .version }} by <a href="https://noqqe.de">noqqe</a>. <strong><a href="https://github.com/noqqe/serra">Serra</a></strong> Version {{ .version }} by <a href="https://noqqe.de">noqqe</a>.
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>. <a href="http://opensource.org/licenses/mit-license.php">MIT</a>.
</p> </p>
</div> </div>