diff options
| author | seth <[email protected]> | 2023-01-07 01:41:30 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-07 01:41:49 -0500 |
| commit | a0390f51c9cd695b8ab6629234f29adcd4fc61c5 (patch) | |
| tree | de6f6c3029735823a1cc1995861139ac100b79b4 /src/css | |
| parent | 228fb31c7c03d5ade0b12ea63e8d8b75438b10af (diff) | |
fix: use tabs instead of space
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/guzzle.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/css/guzzle.css b/src/css/guzzle.css index ac224f2..552b749 100644 --- a/src/css/guzzle.css +++ b/src/css/guzzle.css @@ -1,13 +1,13 @@ body { - background-color: tan; - font-family: monospace; + background-color: tan; + font-family: monospace; } .content p,li { - font-size: large; + font-size: large; } #vidya { - display: flex; - justify-content: center; + display: flex; + justify-content: center; } |
