diff options
| author | Ryan Cao <[email protected]> | 2023-03-17 20:53:54 +0800 |
|---|---|---|
| committer | Ryan Cao <[email protected]> | 2023-03-17 20:53:54 +0800 |
| commit | 72aaaa572802768f72bb72619d0ac66bfa5affb6 (patch) | |
| tree | 0b4879e3bebb6e2d8fb23ebe8422af9f26bb8c72 /src/guzzle.sass | |
| parent | 03c5675b909d07561777d2a1e88a856cec5f6ff6 (diff) | |
fix: stylistic changes
Diffstat (limited to 'src/guzzle.sass')
| -rw-r--r-- | src/guzzle.sass | 12 |
1 files changed, 7 insertions, 5 deletions
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 |
