mirror of
https://github.com/inventree/inventree-website.git
synced 2025-05-03 07:48:52 +00:00
fix text formatting
This commit is contained in:
parent
f9e50811cf
commit
c15bd68e72
@ -1,4 +1,4 @@
|
||||
<section class="cm-text-body">
|
||||
<section class="cm-text-body body-font">
|
||||
{% unless include.no_container %}
|
||||
<div class="container px-5 py-24 mx-auto">
|
||||
{% endunless %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
<section class="cm-text-body">
|
||||
<section class="cm-text-body body-font">
|
||||
<div class="container px-5 py-24 mx-auto">
|
||||
<div class="flex flex-wrap w-full mb-4">
|
||||
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<footer class="cm-text-body">
|
||||
<footer class="cm-text-body body-font">
|
||||
<div class="container px-5 py-24 mx-auto flex md:items-center lg:items-start md:flex-row md:flex-nowrap flex-wrap flex-col">
|
||||
<div class="w-64 flex-shrink-0 md:mx-0 mx-auto text-center md:text-left">
|
||||
<a class="flex title-font font-medium items-center md:justify-start justify-center cm-lgt-txt">
|
||||
@ -11,7 +11,7 @@
|
||||
</div>
|
||||
<div class="flex-grow flex flex-wrap md:pl-20 -mb-10 md:mt-0 mt-10 md:text-left text-center">
|
||||
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
|
||||
<h2 class="footer-categorie">CATEGORIES</h2>
|
||||
<h2 class="footer-categorie title-font">CATEGORIES</h2>
|
||||
<nav class="list-none mb-10">
|
||||
<li>
|
||||
<a class="footer-link">First Link</a>
|
||||
@ -28,7 +28,7 @@
|
||||
</nav>
|
||||
</div>
|
||||
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
|
||||
<h2 class="footer-categorie">CATEGORIES</h2>
|
||||
<h2 class="footer-categorie title-font">CATEGORIES</h2>
|
||||
<nav class="list-none mb-10">
|
||||
<li>
|
||||
<a class="footer-link">First Link</a>
|
||||
@ -45,7 +45,7 @@
|
||||
</nav>
|
||||
</div>
|
||||
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
|
||||
<h2 class="footer-categorie">CATEGORIES</h2>
|
||||
<h2 class="footer-categorie title-font">CATEGORIES</h2>
|
||||
<nav class="list-none mb-10">
|
||||
<li>
|
||||
<a class="footer-link">First Link</a>
|
||||
@ -62,7 +62,7 @@
|
||||
</nav>
|
||||
</div>
|
||||
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
|
||||
<h2 class="footer-categorie">CATEGORIES</h2>
|
||||
<h2 class="footer-categorie title-font">CATEGORIES</h2>
|
||||
<nav class="list-none mb-10">
|
||||
<li>
|
||||
<a class="footer-link">First Link</a>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<header class="cm-text-body">
|
||||
<header class="cm-text-body body-font">
|
||||
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
|
||||
<a class="flex title-font font-medium items-center cm-lgt-txt mb-4 md:mb-0">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-primary rounded-full" viewBox="0 0 24 24">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<section class="cm-text-body">
|
||||
<section class="cm-text-body body-font">
|
||||
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
|
||||
<div class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center">
|
||||
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium cm-lgt-txt">Before they sold out
|
||||
|
@ -17,14 +17,11 @@
|
||||
}
|
||||
|
||||
.footer-categorie {
|
||||
@apply title-font font-medium text-gray-900 tracking-widest text-sm mb-3
|
||||
/*
|
||||
@apply title-font font-medium text-gray-900 tracking-widest text-sm mb-3
|
||||
*/
|
||||
@apply font-medium text-gray-900 tracking-widest text-sm mb-3
|
||||
}
|
||||
|
||||
.cm-text-body {
|
||||
@apply text-gray-600 body-font
|
||||
@apply text-gray-600
|
||||
}
|
||||
|
||||
.cm-lgt-txt {
|
||||
|
Loading…
x
Reference in New Issue
Block a user