10 lines
		
	
	
		
			157 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			157 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| @media (min-width: 960px) {
 | |
|     html {
 | |
|         scroll-behavior: smooth;
 | |
|     }
 | |
|     
 | |
|     .md-content__inner > ul:nth-child(5) {
 | |
|         display: none;
 | |
|     }
 | |
| }
 |