[news] Fixed horizontal scrolling in Safari

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-12-04 01:55:37 +01:00
parent 20c484b8fb
commit 06b9726e02

View file

@ -18,6 +18,11 @@ body {
word-wrap: break-word;
}
code, a {
// Prevents horizontal scrolling in Safari on narrow screen for long links and code lines.
word-wrap: anywhere;
}
// Top menu.
header {
text-align: center;