mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-11-04 01:18:09 +00:00 
			
		
		
		
	Refactored css
This commit is contained in:
		@@ -96,3 +96,7 @@ div#navbarNavheader li.nav-item{
 | 
			
		||||
div#navbarNavfooter li.nav-item{
 | 
			
		||||
  margin-right: 6px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
main{
 | 
			
		||||
  position: relative; box-shadow: 0 0 20px rgba(0,0,0,0.3); overflow: visible;
 | 
			
		||||
}
 | 
			
		||||
@@ -27,20 +27,16 @@
 | 
			
		||||
            </header>
 | 
			
		||||
            {% set menu_type = "header" %}
 | 
			
		||||
            {% include "moduls/navigation.html.j2"%}
 | 
			
		||||
 | 
			
		||||
<main id="main" style="position: relative; box-shadow: 0 0 20px rgba(0,0,0,0.3); overflow: visible;">
 | 
			
		||||
            <main id="main">
 | 
			
		||||
            <div class="scroll-container">
 | 
			
		||||
                <!-- Hier kommt dein Hauptinhalt -->
 | 
			
		||||
                {% block content %}{% endblock %}
 | 
			
		||||
            </div>
 | 
			
		||||
            </main>
 | 
			
		||||
 | 
			
		||||
            <!-- Custom scrollbar element fixiert am rechten Rand -->
 | 
			
		||||
            <div id="custom-scrollbar">
 | 
			
		||||
            <div id="scroll-thumb"></div>
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
            {% set menu_type = "footer" %}
 | 
			
		||||
            {% include "moduls/navigation.html.j2" %}
 | 
			
		||||
            <footer class="footer">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user