pgp key not hidden on page load.
Just needed to add `display: none;` to the css. Easy fix
This commit is contained in:
		
							parent
							
								
									987eed2efa
								
							
						
					
					
						commit
						f6f9e1481e
					
				| 
						 | 
				
			
			@ -208,6 +208,10 @@ footer {
 | 
			
		|||
  background-size: 25%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#pgp_a {
 | 
			
		||||
  display: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Animations */
 | 
			
		||||
// GRADIENTS (you might need them!)
 | 
			
		||||
$rainbow-gradient: repeating-linear-gradient(to left, red, violet, indigo, blue, green, yellow, orange, red, violet);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue