origamitower / folktale

[not actively maintained!] A standard library for functional programming in JavaScript
https://folktale.origamitower.com/
MIT License
2.05k stars 102 forks source link

Documentation headlines partially not visible #187

Closed andys8 closed 6 years ago

andys8 commented 6 years ago

The headlines of the website are not fully visible if the window is not wide enough.

Steps to reproduce

Having a browser window with width of 800 px.

Expected behaviour

Headlines readable

Observed behaviour

image

Environment

Desktop Chrome, Android Chrome, iOS Safari

Additional information

Cause is this style with a negative margin (shortened).

#content-panel .section-title {
    margin-left: -1em;
}
robotlolita commented 6 years ago

Duplicate of #102