diff options
| author | seth <[email protected]> | 2023-03-17 09:16:29 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-17 09:16:29 -0400 |
| commit | b33c5d086dddf4462121ac7cfc60e2ac4e0093e2 (patch) | |
| tree | 65abf5cf13cab666ca20202efc9d55917178466f /src/guzzle.sass | |
| parent | 60006032a9a6aab6495e340aedf47b1ccd957aca (diff) | |
| parent | 9b9488da6add4b0555206e99bb2949f449469777 (diff) | |
Merge pull request #1 from ryanccn/some-refactors
some refactors
Diffstat (limited to 'src/guzzle.sass')
| -rw-r--r-- | src/guzzle.sass | 68 |
1 files changed, 36 insertions, 32 deletions
diff --git a/src/guzzle.sass b/src/guzzle.sass index a5403e1..d3ab79b 100644 --- a/src/guzzle.sass +++ b/src/guzzle.sass @@ -4,50 +4,54 @@ $fonts: "Fira Code", monospace $foreground-color: #1e1e2e .container - background-color: #b4befe + background-color: #b4befe - display: inline-flex - flex: 1 1 auto - flex-direction: column - align-items: center - justify-content: center + 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% + + padding: 20px body - background-color: $foreground-color - font-family: $fonts + background-color: $foreground-color + font-family: $fonts + + padding: 10px 36px - p,li - font-size: 16px + p,li + font-size: 16px - h - font-size: 24px + h + font-size: 24px footer - font-size: 10px - color: white - padding: 10px - justify-content: center - text-align: center + font-size: 10px + color: white + padding: 10px + justify-content: center + text-align: center .content - display: inline-block - text-align: center - padding: 5px - margin: 5px + display: inline-block + text-align: center + padding: 5px + margin: 5px .gifs - background-color: $foreground-color - display: inline-block - text-align: center - padding: 5px - margin: 5px + background-color: $foreground-color + display: inline-block + text-align: center + padding: 5px + margin: 5px #vidya - display: flex - justify-content: center + display: flex + justify-content: center |
