diff --git a/client/scrolling_textbox.ts b/client/scrolling_textbox.ts index d493025..90a8d62 100644 --- a/client/scrolling_textbox.ts +++ b/client/scrolling_textbox.ts @@ -168,8 +168,8 @@ export class ScrollingTextBox { private paragraphs: Paragraph[]; - private static MAX_HEIGHT: number = 1000; - private static CENTER_HEIGHT: number = 600; + private static MAX_HEIGHT: number = 650; + private static CENTER_HEIGHT: number = 350; private static VERTICAL_MARGIN: number = 10; public constructor() { diff --git a/client/style.scss b/client/style.scss index a540cc8..a596465 100644 --- a/client/style.scss +++ b/client/style.scss @@ -143,7 +143,7 @@ body { -ms-overflow-style: none; scrollbar-width: none; width: 100%; - height: 1000px; + height: 650px; .paragraph { transition: .5s ease color, .5s ease transform, .5s ease opacity;