mirror of
				https://github.com/MinimalBible/MinimalBible.github.io
				synced 2025-11-03 18:10:31 -05:00 
			
		
		
		
	Remove font size from blockquote styles
This commit is contained in:
		@ -347,19 +347,13 @@ figcaption {
 | 
			
		||||
 | 
			
		||||
blockquote {
 | 
			
		||||
  font-family: serif;
 | 
			
		||||
  font-size: 18px;
 | 
			
		||||
  font-size: 1.125rem;
 | 
			
		||||
  font-style: italic;
 | 
			
		||||
  line-height: 1.4444;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media only screen and (min-width: 48em) {
 | 
			
		||||
  blockquote {
 | 
			
		||||
    padding-left: 20px;
 | 
			
		||||
    margin-left: -28px;
 | 
			
		||||
    font-size: 24px;
 | 
			
		||||
    font-size: 1.5rem;
 | 
			
		||||
    line-height: 1.0833;
 | 
			
		||||
    border-left: 8px solid #bbbbbb;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								assets/css/main.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								assets/css/main.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -67,12 +67,10 @@ figcaption {
 | 
			
		||||
blockquote {
 | 
			
		||||
	font-family: @alt-font;
 | 
			
		||||
	font-style: italic;
 | 
			
		||||
	.font(18);
 | 
			
		||||
	@media @medium {
 | 
			
		||||
		margin-left: -28px;
 | 
			
		||||
		padding-left: 20px;
 | 
			
		||||
		border-left: 8px solid @border-color;
 | 
			
		||||
		.font(24);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user