Closed andys8 closed 6 years ago
The headlines of the website are not fully visible if the window is not wide enough.
Having a browser window with width of 800 px.
Headlines readable
Desktop Chrome, Android Chrome, iOS Safari
Cause is this style with a negative margin (shortened).
#content-panel .section-title { margin-left: -1em; }
Duplicate of #102
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
Environment
Desktop Chrome, Android Chrome, iOS Safari
Additional information
Cause is this style with a negative margin (shortened).