Skip to content

Commit 7cc2d0f

Browse files
committed
chore: fix prettier formatting
1 parent 21c9f72 commit 7cc2d0f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

makeitwork.cloud/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,8 @@
158158
.portal-border {
159159
border: 1px solid var(--border-gold);
160160
padding: 1.5rem;
161-
background: linear-gradient(
162-
135deg,
163-
var(--border-gold) 0%,
164-
transparent 50%
165-
),
161+
background:
162+
linear-gradient(135deg, var(--border-gold) 0%, transparent 50%),
166163
linear-gradient(-135deg, var(--border-gold) 0%, transparent 50%),
167164
var(--bg-dark);
168165
background-size:

0 commit comments

Comments
 (0)