small browser view fixes
This commit is contained in:
		@@ -11,7 +11,7 @@
 | 
			
		||||
    {% endif %}
 | 
			
		||||
  </h1>
 | 
			
		||||
  <div>
 | 
			
		||||
    <div class="mt-12 grid gap-5 max-w-lg mx-auto lg:grid-cols-3 lg:max-w-none">
 | 
			
		||||
    <div class="mt-12 grid gap-5 max-w-lg mx-auto lg:grid-cols-2 xl:grid-cols-3 lg:max-w-none">
 | 
			
		||||
      {%- for post in paginator.pages %} 
 | 
			
		||||
        {% if "Engineering" == "Engineering"%}
 | 
			
		||||
            {% include "partials/postCard.html" %} 
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,7 @@ Parameters:
 | 
			
		||||
-->
 | 
			
		||||
 | 
			
		||||
{% set columns = body | safe | markdown | split(pat="|||") %}
 | 
			
		||||
{% set classes =  "relative pt-12 flex flex-col md:flex-row lg:flex-row p-8 sm:p-12 md:p-16 lg:p-20 lg:py-16"%}
 | 
			
		||||
{% set classes =  "relative pt-12 flex flex-col sm:grid sm:grid-cols-2 sm:gap-10 xl:flex xl:flex-row p-8 sm:p-12 md:p-16 lg:p-20 lg:py-16"%}
 | 
			
		||||
 | 
			
		||||
{% if 2 < columns | length %}
 | 
			
		||||
    {% set classes = classes ~ " lg:items-start" %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user