diff options
-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; } } |