minor styling fixes
This commit is contained in:
parent
8d50df4090
commit
0aa87ebae0
@ -7,7 +7,7 @@ code.language-text,
|
|||||||
code.language-js,
|
code.language-js,
|
||||||
span.o,
|
span.o,
|
||||||
span.nx {
|
span.nx {
|
||||||
color: black;
|
color: rgb(255, 255, 255);
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
span.c {
|
span.c {
|
||||||
|
@ -8,8 +8,7 @@
|
|||||||
<img class="max-h-60 sm:max-h-60 md:max-h-80 lg:max-h-96 mx-auto" src={{"/" ~ page.extra.imgPath}} alt="">
|
<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>
|
<div>
|
||||||
<article class="article lg:w-5/6 mx-auto">
|
<article class="article lg:w-5/6 mx-auto">
|
||||||
<h1 class="tracking-tight pt-8 lg:pt-8 2xl:pt-24 text-5xl text-left
|
<h1 class="tracking-tight pt-8 lg:pt-8 2xl:pt-24 text-left fw-500 leading-snug font-normal mb-10">
|
||||||
text-5xl fw-500 leading-snug font-normal mb-10">
|
|
||||||
{{ page.title }}
|
{{ page.title }}
|
||||||
</h1>
|
</h1>
|
||||||
<h4 class="text-sm not-italic font-light leading-6 text-gray-600">
|
<h4 class="text-sm not-italic font-light leading-6 text-gray-600">
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<article class="article mx-auto lg:w-1/2 lg:mr-8 lg:mt-10">
|
<article class="article mx-auto lg:w-1/2 lg:mr-8 lg:mt-10">
|
||||||
<div class="pt-8 lg:pt-8 2xl:pt-24">
|
<div class="pt-8 lg:pt-8 2xl:pt-24">
|
||||||
<h3 class="text-2xl font-normal my-0 text-gray-600">Our World</h3>
|
<h3 class="text-2xl font-normal my-0 text-gray-600">Our World</h3>
|
||||||
<h1 class="text-left text-5xl font-normal my-2 font-medium">
|
<h1 class="text-left font-normal my-2 font-medium">
|
||||||
{{ config.extra.taxonomies["roles"][term.name].title }}
|
{{ config.extra.taxonomies["roles"][term.name].title }}
|
||||||
</h1>
|
</h1>
|
||||||
<p class="my-4">{{config.extra.taxonomies["roles"][term.name].description}}</p>
|
<p class="my-4">{{config.extra.taxonomies["roles"][term.name].description}}</p>
|
||||||
@ -23,7 +23,6 @@
|
|||||||
{% for page in term.pages %}
|
{% for page in term.pages %}
|
||||||
{% include "partials/pageBox.html"%}
|
{% include "partials/pageBox.html"%}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
<div class="mx-auto lg:mt-12">
|
<div class="mx-auto lg:mt-12">
|
||||||
{% include "partials/applicationForm.html"%}
|
{% include "partials/applicationForm.html"%}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<main class="-mt-6">
|
<main class="lg:-mt-6">
|
||||||
{{ section.content | safe}}
|
{{ section.content | safe}}
|
||||||
<hr>
|
<hr>
|
||||||
{% include "partials/pageList.html" %}
|
{% include "partials/pageList.html" %}
|
||||||
|
Loading…
Reference in New Issue
Block a user