diff options
author | mms <michal@sapka.me> | 2024-04-11 23:13:01 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-11 23:13:01 +0200 |
commit | 09eb56e370590bfa3030e8af649331507764edbb (patch) | |
tree | acedf3d51674a85eceac6b928e52d0883e97d312 /static | |
parent | 0cd6d6091d52d6e085d642d89781313d570fc1dd (diff) |
feat: multi-line breadcrumbs
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 1873bbe..a444673 100644 --- a/static/style.css +++ b/static/style.css @@ -209,7 +209,7 @@ header ol { } header li { - display: inline; + display: block; } header li::after { |