ourverse v2 update

This commit is contained in:
timurgordon
2022-04-18 11:31:52 +04:00
parent 1172fe66f4
commit e8775df32f
21 changed files with 123 additions and 117 deletions

View File

@@ -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>

View File

@@ -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 -->