Adapt 404 image nicely (fixes #74)
This commit is contained in:
@ -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 missing edge highlight to active footer navbar links.
|
||||
- Allow overriding the `body` block of `base.html.
|
||||
- Change the way 404 image is resized (#74).
|
||||
- Make comment timestamp more subtle.
|
||||
- Make the copy button inactive after it is pressed until the animation is complete.
|
||||
- Reduce the target heading transition time.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#not-found {
|
||||
padding: 0 35%;
|
||||
width: 100%;
|
||||
width: min(calc(var(--container-width) / 5), 100%);
|
||||
}
|
||||
|
BIN
static/404.gif
BIN
static/404.gif
Binary file not shown.
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.0 KiB |
BIN
static/404.png
BIN
static/404.png
Binary file not shown.
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 340 B |
Reference in New Issue
Block a user