Limit page and article width to 45rem to match Symposion site
This commit is contained in:
		
							parent
							
								
									96b79da614
								
							
						
					
					
						commit
						f99cd7e4a3
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		|  | @ -57,7 +57,7 @@ | ||||||
|     </div> |     </div> | ||||||
|     {% endif %} |     {% endif %} | ||||||
|   </footer><!-- /.post-info --> |   </footer><!-- /.post-info --> | ||||||
|   <article> |   <article style="max-width: 45rem"> | ||||||
|     {{ article.content }} |     {{ article.content }} | ||||||
|   </article> |   </article> | ||||||
| {% endblock %} | {% endblock %} | ||||||
|  |  | ||||||
|  | @ -17,7 +17,9 @@ | ||||||
|     {% import 'translations.html' as translations with context %} |     {% import 'translations.html' as translations with context %} | ||||||
|     {{ translations.translations_for(page) }} |     {{ translations.translations_for(page) }} | ||||||
| 
 | 
 | ||||||
|     {{ page.content }} |     <div style="max-width: 45rem"> | ||||||
|  |         {{ page.content }} | ||||||
|  |     </div> | ||||||
| 
 | 
 | ||||||
|     {% if page.modified %} |     {% if page.modified %} | ||||||
|         <p> |         <p> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue