Opens in a new tab
function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Wednesday, January 03 2024, 8.23am

Sant Joan, in the north of Ibiza, has almost reached zero degrees last night. The thermometer has dropped in the municipality to 1ºC. The lowest minimum temperature in the Balearic Islands last night was recorded in Campos, where the minimum temperature was -1 degrees Celsius (ºC).

In Vila 3ºC has been recorded during the last night. This has been reported by the State Meteorological Agency (Aemet) in a message on the social network ‘X’, collected by Europa Press, which details the minimum temperatures this Tuesday in the Balearic Islands. The highest temperature has been recorded in Formentera, with 5ºC.

The highest minimum temperatures registered this Tuesday in Mallorca have been recorded in Cabrera, with 12ºC; in Far de Capdepera, with 11ºC and in Llucmajor, Cap Blanc, with 10ºC.

In Menorca, the lowest minimum has been at the airport of Menorca, with 5ºC. On the other hand, the highest minimum temperature has been seen in Es Mercadal and La Mola, with 9ºC, respectively.

For the full article, please visit Diario de Ibiza website here.