style: Reduce background image size

This commit is contained in:
Chris Frankland-Wright 2025-08-12 16:25:58 +01:00 committed by Chris Frankland-Wright (aider)
parent cbacf14ca1
commit b03d935a9e

View file

@ -15,7 +15,7 @@ body {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: bottom 20px right 20px; background-position: bottom 20px right 20px;
background-attachment: fixed; background-attachment: fixed;
background-size: 300px; background-size: 100px;
color: #333; color: #333;
margin: 0; margin: 0;
padding: 20px; padding: 20px;