Empty row
Bootstrap 5 Empty row component
Responsive Empty row built with Bootstrap 5. How to add a space between bootstrap rows by using spacing utilities. See the example.
Basic example
Add .mb-4 (or .mb-1/2/3/4/5) to set a proper space between the rows.
                    Row 1
                
            
                    Row 2
                
            
        
            
                <div class="row mb-4 ...">
                    Row 1
                </div>
                <div class="row ...">
                    Row 2
                </div>