mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 13:36:47 +00:00
take back container refactor
This commit is contained in:
parent
74d8410d77
commit
1e9f518582
@ -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="cm-container">
|
<div class="container px-5 py-24 mx-auto">
|
||||||
{% 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="cm-container">
|
<div class="container px-5 py-24 mx-auto">
|
||||||
<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.header.ref }}"></a>
|
<a class="anchor" id="{{ include.data.header.ref }}"></a>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<section class="cm-gray-2 body-font">
|
<section class="cm-gray-2 body-font">
|
||||||
<div class="cm-container">
|
<div class="container px-5 py-24 mx-auto">
|
||||||
<div class="flex flex-col text-center w-full mb-20">
|
<div class="flex flex-col text-center w-full mb-20">
|
||||||
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 cm-gray-1">{{ include.data.title }}</h1>
|
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 cm-gray-1">{{ include.data.title }}</h1>
|
||||||
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">{{ include.data.text }}</p>
|
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">{{ include.data.text }}</p>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<section class="cm-gray-2 body-font">
|
<section class="cm-gray-2 body-font">
|
||||||
<div class="cm-container">
|
<div class="container px-5 py-24 mx-auto">
|
||||||
<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="cm-container">
|
<div class="container px-5 py-24 mx-auto">
|
||||||
<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="cm-container">
|
<div class="container px-5 py-24 mx-auto">
|
||||||
<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">
|
||||||
|
@ -32,10 +32,6 @@
|
|||||||
@apply text-gray-500
|
@apply text-gray-500
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-container {
|
|
||||||
@apply container px-5 py-24 mx-auto
|
|
||||||
}
|
|
||||||
|
|
||||||
a.anchor {
|
a.anchor {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user