mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 02:04:11 +01:00 
			
		
		
		
	Small refactor to remove these CSS classes in favor of tailwind. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			388 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			388 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* based on Fomantic UI container module, with just the parts extracted that we use. If you find any
 | 
						|
   unused rules here after refactoring, please remove them. */
 | 
						|
 | 
						|
.ui.container {
 | 
						|
  width: 1280px;
 | 
						|
  max-width: calc(100% - calc(2 * var(--page-margin-x)));
 | 
						|
  margin-left: auto;
 | 
						|
  margin-right: auto;
 | 
						|
}
 | 
						|
 | 
						|
.ui.fluid.container {
 | 
						|
  width: 100%;
 | 
						|
}
 | 
						|
.ui.container.medium-width {
 | 
						|
  width: 800px;
 | 
						|
}
 |