ourverse v2 update
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<img class="max-h-60 sm:max-h-60 md:max-h-80 lg:max-h-96 mx-auto" src={{"/" ~ page.extra.imgPath}} alt="">
|
||||
<div>
|
||||
<article class="article lg:w-5/6 mx-auto">
|
||||
<h1 class="tracking-tight pt-8 lg:pt-8 2xl:pt-24 text-left fw-500 leading-snug font-normal mb-10">
|
||||
<h2 class="tracking-tight pt-8 lg:pt-8 2xl:pt-24 text-left fw-500 leading-snug font-normal mb-10">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
</h2>
|
||||
<h4 class="text-sm not-italic font-light leading-6 text-gray-600">
|
||||
</h4>
|
||||
|
||||
|
@@ -19,7 +19,7 @@ Parameters:
|
||||
{% set row_class = row_class ~ " lg:items-center" %}
|
||||
{% endif %}
|
||||
|
||||
{% set col_class = "flex-1 mb-20 lg:mb-0 lg:mx-8" %}
|
||||
{% set col_class = "flex-1 mb-20 lg:mb-0 " %}
|
||||
|
||||
{% if style %}
|
||||
|
||||
@@ -39,8 +39,9 @@ Parameters:
|
||||
{% else %}
|
||||
{% set col_class = col_class ~ "flex-1 lg:m-0 " %}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% set row_class = row_class ~ " mx-8 " %}
|
||||
{% else %}
|
||||
{% set row_class = row_class ~ " mx-8 " %}
|
||||
{% set col_class = col_class ~ " lg:mx-8 " %}
|
||||
{% endif %}
|
||||
|
||||
<!-- makes row semi-full screen width, strips margins -->
|
||||
|
Reference in New Issue
Block a user