Skip to content

Commit 0c9f1a5

Browse files
authored
Merge pull request #88 from chrisweb/preview
Preview to main
2 parents 9f7e852 + e7a2d9b commit 0c9f1a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
--main-fontSize-small: 1rem;
2525
/* 14px */
2626
--main-fontSize-smaller: 0.875rem;
27-
--main-lineHeight-heading: 1.2;
27+
--main-lineHeight-heading: 1.3;
2828
--main-lineHeight-default: 1.6;
2929
--main-fontWeight-default: 400;
3030
--main-fontWeight-bold: 600;

app/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ export default function Homepage() {
1717
</h1>
1818
<p>Welcome to my blog, my name is Chris Weber (aka chrisweb)</p>
1919
<p className={`fontBigger ${styles.specialMargin}`}>
20-
I like
21-
&nbsp;
20+
I like&nbsp;
2221
<Typing>Web development, Lego bricks, Music, Games, Cooking, Movies & TV shows, Memes</Typing>
2322
</p>
2423
<div className={styles.portalsGrid}>

components/animated/typing.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515

1616
.clip {
17+
display: inline-block;
1718
background-clip: text;
1819
-webkit-background-clip: text;
1920
-webkit-text-fill-color: transparent;

0 commit comments

Comments
 (0)