fix: `.contentholder` too large on mobile
Changed mobile width to `20rem` from `30rem` default
This commit is contained in:
		
							parent
							
								
									2bcd585898
								
							
						
					
					
						commit
						82688a9fd7
					
				| 
						 | 
					@ -48,9 +48,12 @@ body
 | 
				
			||||||
.contentholder
 | 
					.contentholder
 | 
				
			||||||
  justify-content: flex-start
 | 
					  justify-content: flex-start
 | 
				
			||||||
  div
 | 
					  div
 | 
				
			||||||
    width: 30em
 | 
					    width: 30rem
 | 
				
			||||||
    margin: 1% 0
 | 
					    margin: 1% 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @include mobile
 | 
				
			||||||
 | 
					      width: 20rem
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .contentholder__topfiller
 | 
					  .contentholder__topfiller
 | 
				
			||||||
    height: 5%
 | 
					    height: 5%
 | 
				
			||||||
    background-color: transparent
 | 
					    background-color: transparent
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue