mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-11-04 01:18:09 +00:00 
			
		
		
		
	Solved main shadow bug
This commit is contained in:
		@@ -97,6 +97,15 @@ div#navbarNavfooter li.nav-item{
 | 
				
			|||||||
  margin-right: 6px;
 | 
					  margin-right: 6px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
main{
 | 
					main {
 | 
				
			||||||
  position: relative; box-shadow: 0 0 20px rgba(0,0,0,0.3); overflow: visible;
 | 
					  position: relative;
 | 
				
			||||||
}
 | 
					  box-shadow: 
 | 
				
			||||||
 | 
					    /* Innerer Schatten */
 | 
				
			||||||
 | 
					    inset 10px 0 10px -10px rgba(0, 0, 0, 0.3),  /* linker innerer Schatten */
 | 
				
			||||||
 | 
					    inset -10px 0 10px -10px rgba(0, 0, 0, 0.3), /* rechter innerer Schatten */
 | 
				
			||||||
 | 
					    /* Äußerer Schatten */
 | 
				
			||||||
 | 
					    10px 0 10px -10px rgba(0, 0, 0, 0.3),  /* rechter äußerer Schatten */
 | 
				
			||||||
 | 
					    -10px 0 10px -10px rgba(0, 0, 0, 0.3); /* linker äußerer Schatten */
 | 
				
			||||||
 | 
					  overflow: visible;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user