Autoleth / Biler / Leasing biler
Mærker
Models
Drivmiddel
Type
biler fundet
// Select the logo element const logo = document.querySelector('.logo img'); // Apply CSS properties logo.style.maxWidth = '640px'; // Adjust the width as needed logo.style.maxHeight = '90px'; // Adjust the height as needed