From 77e9af17dfd81e4716d2139603025a53811fe1fa Mon Sep 17 00:00:00 2001 From: FivePixels Date: Thu, 18 May 2023 20:23:21 -0500 Subject: Update links to point to new GitHub, resize index width, rename title --- assets/css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'assets') diff --git a/assets/css/main.css b/assets/css/main.css index 9d7f18f..51e6429 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -48,11 +48,11 @@ ul#nav { } body#home header ul#nav { - width: 436px; + width: 550px; } body#about header ul#nav { - width: 403.2px; + width: 450px; } ul#nav li { @@ -70,11 +70,11 @@ p#position { } body#home { - max-width: 570px; + max-width: 600px; } body#about { - max-width: 570px; + max-width: 600px; } ol#vinyls li, @@ -237,4 +237,4 @@ section h1 { a:hover { color: white; } -} \ No newline at end of file +} -- cgit v1.2.3