larger h2 text
This commit is contained in:
parent
6f007f5dc9
commit
6c0314e3a2
@ -1,4 +1,7 @@
|
||||
module.exports = {
|
||||
flags: {
|
||||
FAST_DEV: true
|
||||
},
|
||||
siteMetadata: {
|
||||
title: "Chuck Dries",
|
||||
siteUrl: "https://chuckdries.com",
|
||||
|
@ -156,7 +156,7 @@ const IndexPage = ({
|
||||
<div className="flex flex-col items-center">
|
||||
<h1
|
||||
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 &&
|
||||
(ar > 1
|
||||
? "text-vibrant-light landscape:text-gray-50 landscape:opacity-80"
|
||||
@ -179,7 +179,7 @@ const IndexPage = ({
|
||||
"p-3 text-center",
|
||||
isClient && "text-vibrant-light"
|
||||
)}
|
||||
style={{ fontSize: "max(1vw, 20px)" }}
|
||||
style={{ fontSize: "max(1.25vw, 25px)" }}
|
||||
>
|
||||
Full Stack Software Engineer & Hobbyist Photographer
|
||||
</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user