Skip to content

Commit 2a579b5

Browse files
Technical-1claudehappy-otter
committed
Remove corner brackets from OG preview image
Cleaner look without the corner bracket decorations. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent d8b897e commit 2a579b5

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

.portfolio/preview.png

-6.5 KB
Loading

og-gen/og-home.html

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,6 @@
5454
.bg-words:nth-child(9) { top: 210px; }
5555
.bg-words:nth-child(10) { top: 270px; }
5656

57-
/* Corner brackets */
58-
.corner {
59-
position: absolute;
60-
width: 60px;
61-
height: 60px;
62-
border: 3px solid rgba(59, 130, 246, 0.3);
63-
}
64-
.corner-tl { top: 25px; left: 25px; border-right: none; border-bottom: none; }
65-
.corner-tr { top: 25px; right: 25px; border-left: none; border-bottom: none; }
66-
.corner-bl { bottom: 25px; left: 25px; border-right: none; border-top: none; }
67-
.corner-br { bottom: 25px; right: 25px; border-left: none; border-top: none; }
68-
6957
/* Main content container */
7058
.logo-container {
7159
display: flex;
@@ -161,12 +149,6 @@
161149
<div class="bg-words bg-right">PRE-COMMIT</div>
162150
<div class="bg-words bg-right">GITHUB</div>
163151

164-
<!-- Corner brackets -->
165-
<div class="corner corner-tl"></div>
166-
<div class="corner corner-tr"></div>
167-
<div class="corner corner-bl"></div>
168-
<div class="corner corner-br"></div>
169-
170152
<!-- Main content -->
171153
<div class="logo-container">
172154
<div class="icon-box">

0 commit comments

Comments
 (0)