From 72aaaa572802768f72bb72619d0ac66bfa5affb6 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Fri, 17 Mar 2023 20:53:54 +0800 Subject: fix: stylistic changes --- src/guzzle.sass | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/guzzle.sass b/src/guzzle.sass index a5403e1..ebd7f8d 100644 --- a/src/guzzle.sass +++ b/src/guzzle.sass @@ -6,22 +6,24 @@ $foreground-color: #1e1e2e .container background-color: #b4befe - display: inline-flex + display: flex flex: 1 1 auto flex-direction: column align-items: center justify-content: center - margin-left: 20% - margin-right: 20% - margin-top: 8% + width: fit-content - padding: 10px + margin-left: auto + margin-right: auto + margin-top: 8% body background-color: $foreground-color font-family: $fonts + padding: 10px 36px + p,li font-size: 16px -- cgit v1.2.3