Skip to content

Commit d3c7014

Browse files
committed
style: hero edit + head.html
1 parent 95e3d51 commit d3c7014

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/_layouts/base.njk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
<meta name="msapplication-config" content="/media/meta/browserconfig.xml">
3838
<meta name="theme-color" content="#000000">
3939

40-
<meta property="og:image" content="{{ heroImage or site.image }}" />
40+
<meta property="og:image" content="{{ heroImage or site.image }}" />
41+
<meta property="twitter:image" content="{{ heroImage or site.image }}" />
42+
4143
{# <link
4244
rel="stylesheet"
4345
href="https://unpkg.com/littlefoot/dist/littlefoot.css"

src/styles/css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ audio {
590590
height: 60vh; /* adjust height of hero */
591591
background-size: cover;
592592
background-position: center;
593-
filter: blur(9px) brightness(0.6);
593+
filter: blur(8px) brightness(0.6);
594594
transition: opacity 0.5s ease-out; /* smooth fade */
595595
opacity: 1;
596596
transform: scale(1.05); /* prevents edge gaps when blurred */

0 commit comments

Comments
 (0)