Skip to content

Redesign #1557

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

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Prevent code elements from messing up things on mobile
bash committed Jul 22, 2024

Verified

This commit was signed with the committer’s verified signature.
bash Tau Gärtli
commit ede62cd11b54fff79e21ce3b084cbe5d0cfa3b2d
4 changes: 4 additions & 0 deletions sass/_typography.scss
Original file line number Diff line number Diff line change
@@ -63,6 +63,10 @@ time {

code {
font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;

// We don't want long identifiers such as 'package.metadata.playdate.options'
// introducing a scroll bar on small screens.
overflow-wrap: break-word;
}

sup {