From a4e823682c16efc0fcdf8fb07ce32bfbb045cd84 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 2 Jun 2026 17:18:08 -0700 Subject: fork and restyle, init scaffold for changes --- src/app.styled.ts | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/app.styled.ts') 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; `; -- cgit v1.2.3