From 6cde4d661677fcd1478b8880f2a8ca30940da924 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 12 Feb 2025 18:00:26 +0100 Subject: [PATCH] td.logo/center --- index.html | 12 ++++++------ style/light.css | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index b2a530d..95aa83a 100644 --- a/index.html +++ b/index.html @@ -52,12 +52,12 @@ from scratch & mirrors & without installer LinkedIn -LinkedIn logo +LinkedIn logo marc-beninca YouTube -YouTube logo +YouTube logo marc.beninca @@ -68,12 +68,12 @@ from scratch & mirrors & without installer BlueSky -BlueSky logo +BlueSky logo marc.beninca.link KeyOxide -KeyOxide logo +KeyOxide logo ASP @@ -87,12 +87,12 @@ from scratch & mirrors & without installer Git -ForgeJo logo +ForgeJo logo marc.beninca Web -Web logo +Web logo marc.beninca.link diff --git a/style/light.css b/style/light.css index a0b2491..25f2f77 100644 --- a/style/light.css +++ b/style/light.css @@ -35,6 +35,9 @@ img.inline { vertical-align: middle; } +td.logo { + text-align: center; +} th { text-align: end; }