modified map-image with left-allignment

This commit is contained in:
clauspeterhuebner 2025-03-20 01:11:36 +01:00
parent 4daf151b62
commit 690cf9e9df
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

View File

@ -64,9 +64,9 @@ onError(() => {
<style scoped>
.container {
background-attachment: absolute;
background-position: center;
background-position: left;
background-repeat: no-repeat;
background-size: 380px 180px;
background-image: url('/img/svg/usersearchmap5.jpg') !important;
background-image: url('/img/svg/usersearchmap6.jpg') !important;
}
</style>