diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-02 17:18:08 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-02 17:18:08 -0700 |
| commit | a4e823682c16efc0fcdf8fb07ce32bfbb045cd84 (patch) | |
| tree | 943c001e951be8c727ce4ea75e4e08a97d668974 /src/app.styled.ts | |
| parent | afbe1434a478cc00f4f84c03f0886edd7806d4e3 (diff) | |
fork and restyle, init scaffold for changes
Diffstat (limited to 'src/app.styled.ts')
| -rw-r--r-- | src/app.styled.ts | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/app.styled.ts b/src/app.styled.ts index 1c040eb..dd175fa 100644 --- a/src/app.styled.ts +++ b/src/app.styled.ts @@ -1,18 +1,12 @@ import styled from "styled-components"; export const Container = styled.div` - width: 40%; - - @media (max-width: 768px) { - width: 90%; - } - - max-width: 600px; + width: 100%; + max-width: 680px; display: flex; flex-direction: column; - justify-content: center; - align-items: center; + align-items: stretch; margin: 0 auto; `; |
