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

Limit maximum text width #16

Open
mist64 opened this issue Mar 24, 2024 · 1 comment
Open

Limit maximum text width #16

mist64 opened this issue Mar 24, 2024 · 1 comment
Assignees

Comments

@mist64
Copy link
Owner

mist64 commented Mar 24, 2024

Via Andreas Kusterer:

Ich hätte einen Änderungsvorschlag, und zwar die Seite oder zumindest die Artikel übers CSS in der Breite zu begrenzen, weil der Text sonst das komplette Browserfenster von links nach rechts einnimmt, und auf modernen Monitoren ist das ne ganze Menge und machts schwer zu lesen.

Ich hab mal nur ganz rudimentär rumgespielt, so wie im Screenshot könnte es z.B. aussehen, wenn man im CSS das Artikel-Element in der Breite begrenzt:

.datenschutz main,
article {
    padding: 0px 0.8em;
    background: var(--bg-color);
    max-width: 40em;
    margin: 0 auto;
}
@mist64
Copy link
Owner Author

mist64 commented Apr 6, 2024

See also #5.

@mist64 mist64 assigned sqrwf and unassigned ellduin Apr 17, 2024
@sqrwf sqrwf removed their assignment May 16, 2024
@ellduin ellduin self-assigned this May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants