diff --git a/epicyon-profile.css b/epicyon-profile.css index 38ee4760..45a8e5c1 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -62,7 +62,7 @@ --quote-font-size: 120%; --line-spacing: 130%; --column-left-width: 0%; - --column-center-width: 100%; + --column-center-width: 80%; --column-right-width: 0%; } @@ -87,7 +87,7 @@ body, html { height: 100%; font-family: Arial, Helvetica, sans-serif; - max-width: 80%; + max-width: var(--column-center-width); min-width: 950px; margin: 0 auto; font-size: var(--font-size);