mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-11-03 17:08:00 +00:00 
			
		
		
		
	Solved more CSS bugs
This commit is contained in:
		@@ -128,7 +128,10 @@ body::before {
 | 
			
		||||
  content: "";
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  inset: 0;
 | 
			
		||||
  background: rgba(255, 255, 255, 0.75);
 | 
			
		||||
  pointer-events: none;
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
iframe{
 | 
			
		||||
  margin-bottom: 10px;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -48,7 +48,7 @@
 | 
			
		||||
{% endmacro %}
 | 
			
		||||
 | 
			
		||||
<!-- Navigation Bar -->
 | 
			
		||||
<nav class="navbar navbar-expand-lg navbar-light bg-light menu-{{menu_type}}">
 | 
			
		||||
<nav class="navbar navbar-expand-lg navbar-light bg-light menu-{{menu_type}} mb-0">
 | 
			
		||||
    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav{{menu_type}}" aria-controls="navbarNav{{menu_type}}" aria-expanded="false" aria-label="Toggle navigation">
 | 
			
		||||
        <span class="navbar-toggler-icon"></span>
 | 
			
		||||
    </button>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user