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

Fixing accessibility bug #3236

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fixing resizing error
  • Loading branch information
navya9singh committed Sep 27, 2024
commit a7d2bf62c05395b03cba05549bd6bcece02fd125
8 changes: 1 addition & 7 deletions packages/typescriptlang-org/src/templates/documentation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,14 @@
margin: 1rem auto;
margin-top: 0;
padding: 2rem;
overflow: hidden;
}

.whitespace-tight {
padding: 1.2rem 2rem;
}

aside {
display: none;

@media (min-width: 1000px) {
display: block;
}

display: block;
width: 13rem;
flex-shrink: 0;
margin-left: 20px;
Expand Down