mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 04:56: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">
|
||||
{% unless include.no_container %}
|
||||
<div class="container px-5 py-24 mx-auto">
|
||||
<div class="section-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="section-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.ref }}"></a>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<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">
|
||||
|
||||
{% 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="section-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="section-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">
|
||||
|
@ -12,6 +12,10 @@ layout: empty
|
||||
@apply border-b-4 border-blue-400;
|
||||
}
|
||||
|
||||
.section-container {
|
||||
@apply container px-5 py-24 mx-auto
|
||||
}
|
||||
|
||||
.header-text{
|
||||
@apply sm:text-3xl text-2xl font-medium
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user