From c8b6156237ad9da25533eade4cbe5c859689c7e8 Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 16 Sep 2024 09:13:39 +0200 Subject: Narrower index, webring message edit --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index d2554a9..cc5eb68 100644 --- a/style.css +++ b/style.css @@ -23,6 +23,13 @@ body { background-image: url("tile1.jpg"); background-repeat: repeat; font-family: terminus; + max-width: 1200px; + margin-left: auto; + margin-right: auto; +} + +.nav { + text-align: center; } .fst { -- cgit v1.2.3