diff options
author | FivePixels <dylan.bolger00@gmail.com> | 2023-05-18 20:23:21 -0500 |
---|---|---|
committer | FivePixels <dylan.bolger00@gmail.com> | 2023-05-18 20:23:21 -0500 |
commit | 77e9af17dfd81e4716d2139603025a53811fe1fa (patch) | |
tree | 1e79d5527d877009c89d170ab30818921dcd798b /assets | |
parent | cf8a68fba66a1712d1cae0e49123495d37a9a1e2 (diff) | |
download | personal-website-77e9af17dfd81e4716d2139603025a53811fe1fa.tar.xz personal-website-77e9af17dfd81e4716d2139603025a53811fe1fa.zip |
Update links to point to new GitHub, resize index width, rename title
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/main.css | 10 |
1 files changed, 5 insertions, 5 deletions
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 +} |