mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-03 22:12:26 -06:00 
			
		
		
		
	
		
			
	
	
		
			16 lines
		
	
	
	
		
			237 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
	
		
			237 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
								 | 
							
								main.sectioned {
							 | 
						||
| 
								 | 
							
									gap: 2rem;
							 | 
						||
| 
								 | 
							
									
							 | 
						||
| 
								 | 
							
									section {
							 | 
						||
| 
								 | 
							
										padding: 1.5rem;
							 | 
						||
| 
								 | 
							
										background: $bg-accent;
							 | 
						||
| 
								 | 
							
										box-shadow: $boxshadow;
							 | 
						||
| 
								 | 
							
										border: $boxshadow-border;
							 | 
						||
| 
								 | 
							
										border-radius: $br;
							 | 
						||
| 
								 | 
							
									}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									h1, h2, h3, h4, h5 {
							 | 
						||
| 
								 | 
							
										margin-top: 0;
							 | 
						||
| 
								 | 
							
										margin-bottom: 0.75rem;
							 | 
						||
| 
								 | 
							
									}
							 | 
						||
| 
								 | 
							
								}
							 |