events
This commit is contained in:
		
							
								
								
									
										13
									
								
								static/css/directory.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								static/css/directory.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
section#directory ul {
 | 
			
		||||
    list-style: none;
 | 
			
		||||
    padding: 0;
 | 
			
		||||
    margin: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
section#directory li {
 | 
			
		||||
    margin: 0.5rem 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
section#directory a:hover {
 | 
			
		||||
    scale: 1.05;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										17
									
								
								static/css/gallery.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								static/css/gallery.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
.gallery {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    flex-wrap: wrap;
 | 
			
		||||
    justify-content: space-between;
 | 
			
		||||
    gap: 1rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.gallery img {
 | 
			
		||||
    max-width: 100%;
 | 
			
		||||
    height: auto;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.gallery-date {
 | 
			
		||||
    margin: 1rem 0 .25rem 0;
 | 
			
		||||
    font-size: 2rem;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user