Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Feb 7, 2024
1 parent dc9dbc4 commit 89c172e
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 96 deletions.
154 changes: 63 additions & 91 deletions client/public/assets/curriculum/cur-landing-ladder-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions client/src/curriculum/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,16 @@
&:nth-child(1) {
min-width: min(18rem, 90vw);
transform: translateX(2vw);
width: 38%;
width: 42%;
}

&:nth-child(2) {
min-width: min(32rem, 90vw);
transform: translateX(-2vw);
width: 62%;
transform: translateX(-5vw);
width: 58%;
}

#text69 {
#text29 {
font: var(--type-heading-h2);
}

Expand All @@ -280,7 +280,7 @@
}
}

#don’t_know_where_toget_started {
#dont_know_where_toget_started {
line-height: 3rem;
margin: 1rem auto 5rem;
text-align: center;
Expand Down

0 comments on commit 89c172e

Please sign in to comment.