docs(memory): note the Webflow p-margin reset and the <br> constraint - #31
Merged
Conversation
Zwei Fallen, die in dieser Session je einen Fehlversuch gekostet haben:
- `p { margin-bottom: 0 }` im Webflow-Export lässt Markdown-Absätze ohne
Abstand rendern; der Fix muss auf `.content-box` begrenzt sein, sonst
verkürzt er die Startseite (PR #30).
- `<br>` im Adressblock ist nicht redundant: ohne die Tags rendert die
Anschrift als eine Zeile, und die Markdown-Alternative (zwei Leerzeichen
am Zeilenende) entfernt Prettier.
jansroka
force-pushed
the
docs/webflow-css-traps
branch
from
August 23, 2026 22:00
7fea53e to
7ad1b13
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hält zwei Fallen fest, die in dieser Session je einen Fehlversuch gekostet haben und aus dem Code nicht ableitbar sind.
p { margin-bottom: 0 }(inog-website.webflow.css:216) lässt Markdown-Absätze ohne Abstand rendern. Der Fix muss auf.content-boxbegrenzt sein — die weiter gefasste Variante auf.block-contenthat die Startseite um 150px verkürzt (fix(css): restore paragraph spacing on Markdown pages #30).<br>im Adressblock ist nicht redundant: ohne die Tags rendert die Anschrift als eine Zeile, und die Markdown-Alternative (zwei Leerzeichen am Zeilenende) entfernt Prettier beim nächstennpm run format.Dazu die Verifikationsmethode, die die Startseiten-Regression überhaupt sichtbar gemacht hat: Seitenhöhen im Headless-Browser gegen einen frischen Clone von
mainvergleichen, über alle Seiten.Reine Dokumentation unter
memory/— der Ordner ist in_config.ymlvon der Veröffentlichung ausgeschlossen, die Website ändert sich nicht.