diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-09-16 09:13:39 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-09-16 09:13:39 +0200 |
commit | c8b6156237ad9da25533eade4cbe5c859689c7e8 (patch) | |
tree | eb70fabd32ba4582fd360e624f02142f3efda009 /style.css | |
parent | 5771bb53e52d3cc0f0ede8330d12e5353dd87f4f (diff) | |
download | arfnet2-web-c8b6156237ad9da25533eade4cbe5c859689c7e8.tar.gz arfnet2-web-c8b6156237ad9da25533eade4cbe5c859689c7e8.zip |
Narrower index, webring message edit
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 { |