Border
This commit is contained in:
parent
f885399329
commit
9bd93a667f
@ -781,6 +781,14 @@ video {
|
||||
color: rgb(209 213 219 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.first\:border-0:first-child {
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
.first\:border-none:first-child {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.hover\:bg-gray-100:hover {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
<main role="main">
|
||||
<div>
|
||||
<h1>$title$</h1>
|
||||
$body$
|
||||
</div>
|
||||
</main>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div class="bg-white py-24 sm:py-32">
|
||||
<div class="mx-auto max-w-7xl px-6 lg:px-8">
|
||||
$for(items)$
|
||||
<div class="mx-auto mt-10 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 border-t border-gray-200 pt-10 sm:mt-16 sm:pt-16 lg:mx-0 lg:max-w-none lg:grid-cols-3">
|
||||
<div class="mx-auto mt-10 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 first:border-none border-t border-gray-200 pt-10 sm:mt-16 sm:pt-16 lg:mx-0 lg:max-w-none lg:grid-cols-3">
|
||||
<article class="flex max-w-xl flex-col items-start justify-between">
|
||||
<div class="flex items-center gap-x-4 text-xs">
|
||||
<time datetime="$date$" class="text-gray-500">$date$</time>
|
||||
|
Loading…
Reference in New Issue
Block a user