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);
});

Carpark cooking: Rocky road by the lake

We’re by a lake in Spain (Here – spot of the month for April).

This rocky road is so good! I took the recipe from The Camper Van Cookbook by Martin Dorey

3-types-of-chocolate
We managed to obtain 3 different types of chocolate
Melt really slowly with a load of butter. You can just leave in the sun.
Melt really slowly with a load of butter. Or leave out in the sun
Mix in honey, whatever berries, marshmallows and digestive biscuits. Forget about exact amounts.
Mix in honey, whatever berries, marshmallows and digestive biscuits. Forget about exact amounts
Put in container then let set for a few hours
Put in container then let set for a few hours
Hold it up to the sky for inspection. We ate it all in a day. I’ll miss you
Hold it up to the sky for inspection. We ate it all in a day.
Thanks for sharing!
Comment below
guest
0 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments