diff --git a/src/pages/Errors.elm b/src/pages/Errors.elm index f327c00..8678427 100644 --- a/src/pages/Errors.elm +++ b/src/pages/Errors.elm @@ -53,7 +53,6 @@ view model = , "min-height" => "100%" , "display" => "flex" , "flex-direction" => "column" - , "align-items" => "center" , "background-color" => "black" , "color" => "rgb(233, 235, 235)" , "font-family" => "monospace" @@ -65,6 +64,7 @@ view model = , "white-space" => "pre" , "background-color" => "rgb(39, 40, 34)" , "padding" => "2em" + , "margin" => "0 auto" ] ] (addColors model) @@ -149,4 +149,4 @@ processLine line = [ colorful "#9A9A9A" (starter ++ "|") , marker , colorful "#9A9A9A" (String.dropLeft 1 restOfLine) - ] \ No newline at end of file + ]