Skip to content

Commit

Permalink
fix: align links when stacking mobile (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmunns committed Nov 1, 2022
1 parent 179a844 commit 3bedf2d
Showing 1 changed file with 11 additions and 7 deletions.
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

0 comments on commit 3bedf2d

Please sign in to comment.