Skip to content

Commit ce74734

Browse files
committed
Fix OG image container to fill full height and remove white bottom
1 parent b6df740 commit ce74734

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

assets/images/og-image-template.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
align-items: center;
3838
gap: 60px;
3939
z-index: 1;
40-
padding: 80px;
40+
padding: 0 80px;
41+
width: 100%;
42+
height: 100%;
4143
}
4244
.logo {
4345
width: 280px;

assets/images/og-image.png

-6 Bytes
Loading

0 commit comments

Comments
 (0)