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/components/Game/index.styled.ts | |
| parent | afbe1434a478cc00f4f84c03f0886edd7806d4e3 (diff) | |
fork and restyle, init scaffold for changes
Diffstat (limited to 'src/components/Game/index.styled.ts')
| -rw-r--r-- | src/components/Game/index.styled.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Game/index.styled.ts b/src/components/Game/index.styled.ts index 7860f98..c2ff1fb 100644 --- a/src/components/Game/index.styled.ts +++ b/src/components/Game/index.styled.ts @@ -1,8 +1,9 @@ import styled from "styled-components"; export const Buttons = styled.div` - margin-top: 5%; + margin-top: 16px; display: flex; justify-content: space-between; + gap: 8px; width: 100%; `; |
