-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Landing page #929
Landing page #929
Conversation
0b32874
to
343b12c
Compare
d1d4e9a
to
e9c200a
Compare
Is this still a WIP? @venimus can you check why the CI is failing? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@venimus any update on this? |
ef5b814
to
b242a18
Compare
Deployed to landing-page.aggregator.z52da5wt.xyz, bundle report |
bc8cd00
to
8cabe0c
Compare
427ee9e
to
b170531
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- is landing/favicon.png used?
- landing/github copy.png looks the same as landing/github.png
- src/assets/landing/github.png seems to be not used
- src/assets/landing/section6-background.png seems to be not used
- src/assets/landing/slide1.png seems to be not used
- src/assets/landing/social-card.png seems to be not used
- icon-share.svg and voting-icon.svg looks the same
- src/assets/landing/join_superhero_looper.png seems to be not used
.landing-page { | ||
background: #f2f2f2; | ||
color: #212529; | ||
font-family: Oxygen, sans-serif; | ||
font-weight: 400; | ||
line-height: 1.5; | ||
margin: 0 auto; | ||
max-width: 100vw !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.landing-page { | |
background: #f2f2f2; | |
color: #212529; | |
font-family: Oxygen, sans-serif; | |
font-weight: 400; | |
line-height: 1.5; | |
margin: 0 auto; | |
max-width: 100vw !important; | |
#app.landing-page { | |
background: #f2f2f2; | |
color: #212529; | |
font-family: Oxygen, sans-serif; | |
font-weight: 400; | |
line-height: 1.5; | |
margin: 0 auto; | |
max-width: none; |
(none
is a default value)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is to avoid calculating the scrollbar width
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need just to stretch the layout to the whole screen (in other screens max-width is limited by container-with variable)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have approved this before, but this is not true :P
ffd5cbd
to
5c5634b
Compare
Some padding is missing on mobile and the last buttons are misaligned. Screen.Recording.2021-04-12.at.13.26.56.mov |
No description provided.