Adapt 404 image nicely (fixes #74)

This commit is contained in:
daudix
2024-09-08 15:37:28 +03:00
parent 632f72e1cc
commit 6ff193dc92
4 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add margin between comment author name and timestamp. - Add margin between comment author name and timestamp.
- Add missing edge highlight to active footer navbar links. - Add missing edge highlight to active footer navbar links.
- Allow overriding the `body` block of `base.html. - Allow overriding the `body` block of `base.html.
- Change the way 404 image is resized (#74).
- Make comment timestamp more subtle. - Make comment timestamp more subtle.
- Make the copy button inactive after it is pressed until the animation is complete. - Make the copy button inactive after it is pressed until the animation is complete.
- Reduce the target heading transition time. - Reduce the target heading transition time.

View File

@ -1,4 +1,3 @@
#not-found { #not-found {
padding: 0 35%; width: min(calc(var(--container-width) / 5), 100%);
width: 100%;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 340 B