diff --git a/index.html b/index.html index 7c0dc62..5217359 100644 --- a/index.html +++ b/index.html @@ -11,60 +11,70 @@ body { font-family: 'Inter', system-ui, sans-serif; } .blink { animation: blink 1.5s steps(1) infinite; } @keyframes blink { 0%,100% { opacity: 1 } 50% { opacity: 0.4 } } + + /* This single rule makes everything 75% of original size */ + .scale-75 { + transform: scale(0.75); + transform-origin: center center; + }
-- One-time. No bullshit. -
-+ One-time. No bullshit. +