From 0366c895c35bfa63edd64c9c2d2c30e04442538c Mon Sep 17 00:00:00 2001 From: John Crisp Date: Fri, 28 Feb 2020 12:16:28 +0100 Subject: [PATCH] Increase menu font, center the menu --- css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index 52bef95..7964926 100644 --- a/css/style.css +++ b/css/style.css @@ -15,7 +15,7 @@ body { padding: 0; background: #fafaff; font-family: Arial, Veranda, Helvetica, sans-serif; - font-size: 12px; + font-size: 14px; } img { @@ -116,15 +116,15 @@ td { } .headermenu-ie { - text-align: right; + text-align: center; margin-right: 0.1in; - margin-top: -0.20in; + margin-top: 0.20in; } .headermenu-konq { - text-align: right; + text-align: center; margin-right: 0.1in; - margin-top: -0.25in; + margin-top: 0.25in; }