larger h2 text

This commit is contained in:
Chuck Dries 2021-08-05 21:07:41 -07:00
parent 6f007f5dc9
commit 6c0314e3a2
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
module.exports = { module.exports = {
flags: {
FAST_DEV: true
},
siteMetadata: { siteMetadata: {
title: "Chuck Dries", title: "Chuck Dries",
siteUrl: "https://chuckdries.com", siteUrl: "https://chuckdries.com",

View File

@ -156,7 +156,7 @@ const IndexPage = ({
<div className="flex flex-col items-center"> <div className="flex flex-col items-center">
<h1 <h1
className={classnames( className={classnames(
"mb-5 mt-0 text-huge-1 md:text-huge-2 text-center font-black filter drop-shadow-dark z-20", "mb-3 mt-0 text-huge-1 md:text-huge-2 text-center font-black filter drop-shadow-dark z-20",
isClient && isClient &&
(ar > 1 (ar > 1
? "text-vibrant-light landscape:text-gray-50 landscape:opacity-80" ? "text-vibrant-light landscape:text-gray-50 landscape:opacity-80"
@ -179,7 +179,7 @@ const IndexPage = ({
"p-3 text-center", "p-3 text-center",
isClient && "text-vibrant-light" isClient && "text-vibrant-light"
)} )}
style={{ fontSize: "max(1vw, 20px)" }} style={{ fontSize: "max(1.25vw, 25px)" }}
> >
Full Stack Software Engineer &amp; Hobbyist Photographer Full Stack Software Engineer &amp; Hobbyist Photographer
</h2> </h2>