diff options
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 +} |