Autoleth / Værksted / Lånebil

Lånebil

Nyhed
Seat

Seat Leon

eHybrid FR DSG
Seat Leon eHybrid FR DSG
// 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