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: Really nice Chai Tea

This Chai Tea is so good! I learned how to make it whilst working on the SUN festival camp in Hungary.

  1. 1. crush up cloves, ginger, pepper, cinnamon and cardamom. Boil for 10 mins
  2. 2. Add tea bags (one for each person). Leave 5 mins
  3. 3. Add sugar and milk

Here’s how to make your very own chai pouch so you canย carry your spices where ever you go!

chai-tea-ingredients

chai-spices

boil-chai-tea-pan

tea-strainer

Thanks for sharing!
Comment below
guest
0 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments