mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-31 08:40:27 +01:00 
			
		
		
		
	Update src/assets/scss/base/_generic.scss
Use margin shorthand Co-Authored-By: Alexander Shelepenok <alxshelepenok@gmail.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							a528e8838a
						
					
				
				
					commit
					6a9f76a7b1
				
			| @@ -7,7 +7,7 @@ html { | ||||
|  | ||||
| body { | ||||
|   margin: 0; | ||||
|   margin-left: calc(100vw - 100%); | ||||
|   margin: 0 0 0 calc(100vw - 100%); | ||||
|   font-family: $typographic-font-family; | ||||
|   color: $typographic-base-font-color; | ||||
|   line-height: $typographic-base-line-height; | ||||
| @@ -167,4 +167,4 @@ figcaption { | ||||
|     float: left; | ||||
|   } | ||||
|  | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user