diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-05 22:49:29 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-05 22:49:29 -0400 |
commit | 11fd29b325d4b9b0c878a962112eede800819ca6 (patch) | |
tree | 1378dd26f24c3116ca224e949def5e551e669b79 /static | |
parent | 149bf26489ff92c4cae47aef14aa551514ee18f0 (diff) |
static/peach.css: tabs -> spaces
Diffstat (limited to 'static')
-rw-r--r-- | static/peach.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/peach.css b/static/peach.css index 87eff73..79a501f 100644 --- a/static/peach.css +++ b/static/peach.css @@ -29,13 +29,13 @@ body { @media (min-width: 440px) { .root-container { - width: 440px; + width: 440px; } } @media (max-width: 440px) { .peach { - flex-direction: column; + flex-direction: column; } } |