mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
style refactor
This commit is contained in:
parent
442be06389
commit
b019f22350
@ -1,6 +1,6 @@
|
||||
<section class="cm-gray-2 body-font">
|
||||
{% unless include.no_container %}
|
||||
<div class="container px-5 py-24 mx-auto">
|
||||
<div class="cm-container">
|
||||
{% endunless %}
|
||||
<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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<section class="cm-gray-2 body-font">
|
||||
<div class="container px-5 py-24 mx-auto">
|
||||
<div class="cm-container">
|
||||
<div class="flex flex-wrap w-full mb-4">
|
||||
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
|
||||
<a class="anchor" id="{{ include.data.header.ref }}"></a>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<section class="cm-gray-2 body-font">
|
||||
<div class="container px-5 py-24 mx-auto">
|
||||
<div class="cm-container">
|
||||
<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>
|
||||
<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">
|
||||
<div class="container px-5 py-24 mx-auto">
|
||||
<div class="cm-container">
|
||||
<div class="flex flex-wrap -m-4 text-center">
|
||||
|
||||
{% assign stats = stats|default:site.data.general.stats.stats %}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<section class="cm-gray-2 body-font">
|
||||
<div class="container px-5 py-24 mx-auto">
|
||||
<div class="cm-container">
|
||||
<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>
|
||||
<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">
|
||||
<div class="container px-5 py-24 mx-auto">
|
||||
<div class="cm-container">
|
||||
<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="p-4 md:w-1/2 w-full">
|
||||
|
@ -32,6 +32,10 @@
|
||||
@apply text-gray-500
|
||||
}
|
||||
|
||||
.cm-container {
|
||||
@apply container px-5 py-24 mx-auto
|
||||
}
|
||||
|
||||
a.anchor {
|
||||
display: block;
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user