mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
style refactor
This commit is contained in:
parent
a39d43cd90
commit
0387afc2c9
@ -1,6 +1,6 @@
|
|||||||
<section class="cm-gray-2 body-font">
|
<section class="cm-gray-2 body-font">
|
||||||
{% unless include.no_container %}
|
{% unless include.no_container %}
|
||||||
<div class="container px-5 py-24 mx-auto">
|
<div class="section-container">
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
<div class="lg:w-2/3 flex flex-col sm:flex-row sm:items-center items-start mx-auto">
|
<div class="lg:w-2/3 flex flex-col sm:flex-row sm:items-center items-start mx-auto">
|
||||||
<h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font cm-gray-1">{{ include.cta.text|default:include.text }}</h1>
|
<h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font cm-gray-1">{{ include.cta.text|default:include.text }}</h1>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<section class="cm-gray-2 body-font">
|
<section class="cm-gray-2 body-font">
|
||||||
<div class="container px-5 py-24 mx-auto">
|
<div class="section-container">
|
||||||
<div class="flex flex-wrap w-full mb-4">
|
<div class="flex flex-wrap w-full mb-4">
|
||||||
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
|
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
|
||||||
<a class="anchor" id="{{ include.data.ref }}"></a>
|
<a class="anchor" id="{{ include.data.ref }}"></a>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<section class="cm-gray-2 body-font">
|
<section class="cm-gray-2 body-font">
|
||||||
<div class="container px-5 py-24 mx-auto">
|
<div class="section-container">
|
||||||
<div class="flex flex-wrap -m-4 text-center">
|
<div class="flex flex-wrap -m-4 text-center">
|
||||||
|
|
||||||
{% assign stats = stats|default:site.data.general.stats.stats %}
|
{% assign stats = stats|default:site.data.general.stats.stats %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<section class="cm-gray-2 body-font">
|
<section class="cm-gray-2 body-font">
|
||||||
<div class="container px-5 py-24 mx-auto">
|
<div class="section-container">
|
||||||
<div class="flex flex-col text-center w-full mb-20">
|
<div class="flex flex-col text-center w-full mb-20">
|
||||||
<h1 class="text-2xl font-medium title-font mb-4 cm-gray-1 tracking-widest">OUR TEAM</h1>
|
<h1 class="text-2xl font-medium title-font mb-4 cm-gray-1 tracking-widest">OUR TEAM</h1>
|
||||||
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">Whatever cardigan tote bag tumblr hexagon brooklyn asymmetrical gentrify, subway tile poke farm-to-table. Franzen you probably haven't heard of them.</p>
|
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">Whatever cardigan tote bag tumblr hexagon brooklyn asymmetrical gentrify, subway tile poke farm-to-table. Franzen you probably haven't heard of them.</p>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<section class="cm-gray-2 body-font">
|
<section class="cm-gray-2 body-font">
|
||||||
<div class="container px-5 py-24 mx-auto">
|
<div class="section-container">
|
||||||
<h1 class="text-3xl font-medium title-font cm-gray-1 mb-12 text-center">Testimonials</h1>
|
<h1 class="text-3xl font-medium title-font cm-gray-1 mb-12 text-center">Testimonials</h1>
|
||||||
<div class="flex flex-wrap -m-4">
|
<div class="flex flex-wrap -m-4">
|
||||||
<div class="p-4 md:w-1/2 w-full">
|
<div class="p-4 md:w-1/2 w-full">
|
||||||
|
@ -12,6 +12,10 @@ layout: empty
|
|||||||
@apply border-b-4 border-blue-400;
|
@apply border-b-4 border-blue-400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-container {
|
||||||
|
@apply container px-5 py-24 mx-auto
|
||||||
|
}
|
||||||
|
|
||||||
.header-text{
|
.header-text{
|
||||||
@apply sm:text-3xl text-2xl font-medium
|
@apply sm:text-3xl text-2xl font-medium
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@ layout: default
|
|||||||
title: Blog
|
title: Blog
|
||||||
---
|
---
|
||||||
<section class="cm-gray-2 body-font min-h-screen">
|
<section class="cm-gray-2 body-font min-h-screen">
|
||||||
<div class="container px-5 py-24 mx-auto">
|
<div class="section-container">
|
||||||
<h1 class="header-text title-font mb-4 cm-gray-2">InvenTree Blog</h1>
|
<h1 class="header-text title-font mb-4 cm-gray-2">InvenTree Blog</h1>
|
||||||
<div class="flex flex-wrap -m-12">
|
<div class="flex flex-wrap -m-12">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user