summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Tomaselli <tomaselli.fr@gmail.com>2025-02-20 21:34:40 +0100
committerGitHub <noreply@github.com>2025-02-20 21:34:40 +0100
commit497f3d51c30de5a449846fca9c989044f37a0df5 (patch)
treebadd5f8c2d9e94672a49a8c354686c76b501b4bc
parenta3804f28d09dae61abb916f16c99a57b7c31cecb (diff)
parentde340b41e709253e7c987cebb58d290581773618 (diff)
Merge pull request #84 from OleMussmann/fix-header-reflow
prevent linebreaks in header words for small window sizes
-rw-r--r--assets/css/utils.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/utils.css b/assets/css/utils.css
index 1c32ab7..f53c655 100644
--- a/assets/css/utils.css
+++ b/assets/css/utils.css
@@ -1,5 +1,6 @@
.flex {
display: flex;
+ flex-wrap: wrap;
}
.bold {