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: Gibraltar rock omelette

Food for walking the Gibraltar rock

bacon-bits
1. chopped bacon, butter
tomato-spinach
2. onions, tomato, spinach
6 large eggs, milk, ground black pepper and cumin. We’re looking for a quiche-factor of about 7. Cheese goes on when half cooked.
3. 6 large eggs, milk, ground black pepper and cumin. Cheese goes on when half cooked.
pan-lid
4. Cook slow. A lid is the trick to a good omelette.

mega-omelette

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