Skip to content
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

fix: align links when stacking mobile #2088

Merged
merged 1 commit into from Nov 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 11 additions & 7 deletions packages/website/pages/index.scss
Expand Up @@ -274,12 +274,12 @@
#hero_header {
position: relative;
.grid {
justify-content: center;
width: 420px;
max-width: calc(100% - 4rem);
@include medium {
padding: 0
}
justify-content: center;
width: 420px;
max-width: calc(100% - 4rem);
@include medium {
padding: 0;
}
}
.heading {
@include h1;
Expand All @@ -296,6 +296,9 @@
line-height: leading(34, 20);
margin-bottom: 1.25rem;
}
.cta {
margin: 0 1rem 0.5rem 0;
}
}
// ----------------------------------------------------------- Section [Intro 1]
#intro_1 {
Expand Down Expand Up @@ -428,7 +431,8 @@

#intro_2-statistics {
padding: 0;
.title, .description {
.title,
.description {
max-width: none;
}
@include mini {
Expand Down