mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Tweak a bunch of styles
This commit is contained in:
parent
15c5962d1d
commit
e6f81cc908
@ -62,12 +62,12 @@
|
||||
}
|
||||
|
||||
> h2, h2& {
|
||||
@apply .mt-16;
|
||||
@apply .mt-12;
|
||||
@apply .mb-4;
|
||||
@apply .text-slate-darker;
|
||||
@apply .leading-none;
|
||||
@apply .font-semibold;
|
||||
@apply .text-xl;
|
||||
@apply .text-2xl;
|
||||
}
|
||||
|
||||
> h3, h3& {
|
||||
@ -76,7 +76,7 @@
|
||||
@apply .text-slate-darker;
|
||||
@apply .leading-none;
|
||||
@apply .font-semibold;
|
||||
@apply .text-lg;
|
||||
@apply .text-xl;
|
||||
}
|
||||
|
||||
> h4, h4& {
|
||||
@ -88,6 +88,10 @@
|
||||
@apply .text-base;
|
||||
}
|
||||
|
||||
> h1 + p {
|
||||
@apply .mt-8;
|
||||
}
|
||||
|
||||
> h1 > code,
|
||||
> h2 > code,
|
||||
> h3 > code,
|
||||
|
||||
@ -180,7 +180,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content" class="px-6 pb-8 pt-20 md:pt-8 w-full max-w-lg mx-auto">
|
||||
<div id="content" class="px-6 pb-8 pt-20 md:pt-16 w-full max-w-lg mx-auto">
|
||||
<div id="app">
|
||||
<div class="markdown">
|
||||
@if ($page->category)
|
||||
|
||||
@ -9,15 +9,15 @@
|
||||
</div>
|
||||
<h2 class="mt-12 font-light text-4xl text-center">A Utility-First CSS Framework<br class="hidden sm:inline-block"> for Rapid UI Development</h2>
|
||||
<div class="mt-12 flex justify-center leading-none">
|
||||
<a class="rounded-full font-semibold block px-12 py-3 border-2 border-tailwind-teal hover:border-orange hover:bg-orange text-white bg-tailwind-teal " href="/docs/installation">Get Started</a>
|
||||
<a class="rounded-full font-semibold block px-12 py-3 border-2 border-tailwind-teal hover:border-orange hover:text-orange text-tailwind-teal ml-4" href="https://github.com/tailwindcss/tailwindcss">GitHub</a>
|
||||
<a class="rounded-full font-semibold block px-12 py-3 border-2 border-tailwind-teal bg-tailwind-teal text-white hover:border-tailwind-teal-light hover:bg-tailwind-teal-light hover:bg-tailwind-teal-light" href="/docs/installation">Get Started</a>
|
||||
<a class="rounded-full font-semibold block px-12 py-3 ml-4 border-2 border-tailwind-teal text-tailwind-teal hover:text-white hover:border-tailwind-teal-light hover:bg-tailwind-teal-light hover:bg-tailwind-teal-light" href="https://github.com/tailwindcss/tailwindcss">GitHub</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="px-6">
|
||||
<div class="my-12 text-center uppercase">
|
||||
<span class="inline-block bg-soft px-4 text-medium text-grey-darker tracking-wide">A project by</span>
|
||||
<span class="inline-block bg-soft px-4 text-grey-darker tracking-wide font-bold">A project by</span>
|
||||
</div>
|
||||
<div class="flex justify-center">
|
||||
<div class="pb-4 flex justify-center flex-wrap max-w-md xl:max-w-full border-b-2 border-grey-light">
|
||||
|
||||
@ -9,8 +9,9 @@ config.colors = {
|
||||
'smoke-light': 'hsl(200, 33%, 96%)',
|
||||
'smoke-lighter': 'hsl(200, 25%, 98%)',
|
||||
|
||||
'tailwind-teal': '#44A8B3',
|
||||
'tailwind-teal-dark': '#2F8696',
|
||||
'tailwind-teal-light': '#5ebcca',
|
||||
'tailwind-teal': '#44a8b3',
|
||||
'tailwind-teal-dark': '#2f8696',
|
||||
}
|
||||
|
||||
config.fonts = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user