Skip to content

Commit efdf55e

Browse files
committed
Trying to fix width issue on the phone
1 parent 297e32e commit efdf55e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/home/HomeStyles.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default class HomeStyles {
1616
max(calc(var(--vh) * .3), 100px) /* Sponsors section heading */
1717
max(calc(var(--vh) * .15), 70px); /* Contacts */
1818
justify-content: center;
19+
width: 100%;
1920
`
2021

2122
static readonly TitleContainer = styled.div`

0 commit comments

Comments
 (0)