aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-05-22 12:13:41 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-05-22 12:13:41 +0200
commit2930632c5e0a53eeda24aaaf66bc3c2aab758dba (patch)
tree434dc6b80971fd3264660ba0f162e31480852180 /src/style.css
parent407aa6fbdbddc1650aa9b44de87af4377fa516ea (diff)
downloadsebastiano.tronto.net-2930632c5e0a53eeda24aaaf66bc3c2aab758dba.tar.gz
sebastiano.tronto.net-2930632c5e0a53eeda24aaaf66bc3c2aab758dba.zip
Added build for gemini; changed logo to img
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 7016a47..d40758f 100644
--- a/src/style.css
+++ b/src/style.css
@@ -2,6 +2,11 @@ header nav table {
2 width: 100%; 2 width: 100%;
3} 3}
4 4
5.logo img {
6 max-width: 3em;
7 margin: 0 0 0 0;
8}
9
5.links { 10.links {
6 text-align: right; 11 text-align: right;
7 font-weight: bold; 12 font-weight: bold;

Generated with cgit - Back to sebastiano.tronto.net