Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions css/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,11 @@ a.footnote-back {
font-weight: 600;
}

// Keep hyphenated compounds in the hero headline from breaking mid-word
.index-section h1 .nowrap {
white-space: nowrap;
}

.index-section .btn {
margin: 0.75rem;
padding: 1rem 2rem;
Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ format:

From [Posit PBC](https://posit.co/), the creators of RStudio

# The data science IDE. Human-driven, AI-assisted.
# The data science IDE.<br>[Human-driven,]{.nowrap} [AI-assisted.]{.nowrap}

::: {.content-visible unless-profile="workbench"}

Expand Down
Loading