Skip to content

Commit

Permalink
Fixing Accessibility bug (#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
navya9singh authored Oct 15, 2024
1 parent 2d52c09 commit 11e3134
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/typescriptlang-org/src/templates/pages/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,28 @@ $headline-foreground-bg: white;
}
}

#m-stories {
flex-direction: column;
}

#m-stories div.illustration {
display: flex;
justify-content: center;
order: 1;
div.bg {
visibility: hidden;
}
div.fg {
position: static;
text-align: center;
}
}

#m-stories div.copy {
margin: 20px auto 0;
position: static;
text-align: center;
order: 2;
a.migration-button {
margin: 0 auto;
}
Expand Down

0 comments on commit 11e3134

Please sign in to comment.