small browser view fixes
This commit is contained in:
parent
ae3ca6b2a5
commit
b1357d5ca5
@ -40,20 +40,20 @@ Join an ecosystem of gamechanging communities and organizations
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
@ -28,6 +28,11 @@ img[src*="#medium"] {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img[src*="#logo"] {
|
||||||
|
max-width: 260px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
img[src*="#large"] {
|
img[src*="#large"] {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</h1>
|
</h1>
|
||||||
<div>
|
<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 %}
|
{%- for post in paginator.pages %}
|
||||||
{% if "Engineering" == "Engineering"%}
|
{% if "Engineering" == "Engineering"%}
|
||||||
{% include "partials/postCard.html" %}
|
{% include "partials/postCard.html" %}
|
||||||
|
@ -10,7 +10,7 @@ Parameters:
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
{% set columns = body | safe | markdown | split(pat="|||") %}
|
{% 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 %}
|
{% if 2 < columns | length %}
|
||||||
{% set classes = classes ~ " lg:items-start" %}
|
{% set classes = classes ~ " lg:items-start" %}
|
||||||
|
Reference in New Issue
Block a user