commit dd30984ee027f2f48edba44cbfc5080164f84c5c
parent 7d30330abe3d1a0365acf5919748bfdabf424488
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Mon, 21 Feb 2022 22:40:45 +0100
Swapped bottom links
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/bottom.html b/bottom.html
@@ -4,15 +4,15 @@
<nav class="bottom">
<table class="footer">
<tr>
+ <td class="hosted">
+ Hosted by
+ <a href="https://openbsd.amsterdam">openbsd.amsterdam</a>
+ </td>
<td class="contact">
<a href="mailto:sebastiano@tronto.net">
sebastiano@tronto.net
</a>
</td>
- <td class="hosted">
- Hosted by
- <a href="https://openbsd.amsterdam">openbsd.amsterdam</a>
- </td>
</tr>
</table>
</nav>
diff --git a/src/style.css b/src/style.css
@@ -12,7 +12,7 @@
width: 100%;
}
-.hosted {
+.contact {
text-align: right;
}