banner mobile better quality

master
Robbert Schep 2025-07-30 00:38:57 +02:00
parent 9b03ce0da6
commit e6c47a4326
2 changed files with 1 additions and 1 deletions

BIN
docs/assets/banner3m2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

@ -216,7 +216,7 @@ body:not(.has-hero) .md-content__inner {
/* MOBILE BACKGROUND - Override the desktop image */
background-image:
linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)),
url('../assets/banner3m.png');
url('../assets/banner3m2.png');
background-attachment: scroll; /* Disable parallax on mobile for performance */
}