mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-07 21:28:41 +03:00
Merge branch 'main' of https://github.com/chronark/chronark.com
This commit is contained in:
commit
10237b1a63
@ -67,7 +67,7 @@ export const Header: React.FC<Props> = ({ project, views }) => {
|
||||
views,
|
||||
)}
|
||||
</span>
|
||||
<Link target="_blank" href="https://twitter/chronark_">
|
||||
<Link target="_blank" href="https://twitter.com/chronark_">
|
||||
<Twitter
|
||||
className={`w-6 h-6 duration-200 hover:font-medium ${
|
||||
isIntersecting
|
||||
|
@ -87,12 +87,9 @@ export default async function ProjectsPage() {
|
||||
{featured.description}
|
||||
</p>
|
||||
<div className="absolute bottom-4 md:bottom-8">
|
||||
<Link
|
||||
className="hidden text-zinc-200 hover:text-zinc-50 lg:block"
|
||||
href={`/projects/${featured.slug}`}
|
||||
>
|
||||
<p className="hidden text-zinc-200 hover:text-zinc-50 lg:block">
|
||||
Read more <span aria-hidden="true">→</span>
|
||||
</Link>
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</Link>
|
||||
|
@ -11,6 +11,16 @@ module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
typography: {
|
||||
DEFAULT: {
|
||||
css: {
|
||||
"code::before": {
|
||||
content: '""',
|
||||
},
|
||||
"code::after": {
|
||||
content: '""',
|
||||
},
|
||||
},
|
||||
},
|
||||
quoteless: {
|
||||
css: {
|
||||
"blockquote p:first-of-type::before": { content: "none" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user