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

The best things are never planned

My favourite thing about travelling are these small, weird and random moments that you can never anticipate or plan for. Much of it is so subtle and personal that It makes it difficult to show through a blog post… But I’ll try anyway…

Here are 7 photos from the other day. This is kind of inspired by lucid dreams and unreliable dream signs:

know-thihsplacewhere
crystal
chocolate-shells
old-van
lucid-dream
drinks-tray
never-know
Comment below
Subscribe
Notify of
guest
5 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments