kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 65074a6edf99e68163f5a5fadbd0a385ae04e0f6
parent 9add2fd979676a6403e129a34fd57c0ce345c978
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Fri,  5 Jan 2024 02:59:04 +0200

Add a way to keep the fancy page eerie glow while zooming instead of it going over the viewport.

Diffstat:
Massets/index.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/assets/index.css b/assets/index.css @@ -19,6 +19,7 @@ div { width: 920px; max-width: calc(100% - 20px); margin: auto; } min-height: 100vh; padding: 20px; background-color: #222; + max-width: calc(100% - 40px); } ul { list-style: none; }