Skip to content

Commit c34bfdf

Browse files
authored
Add files via upload
1 parent ef50043 commit c34bfdf

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ <h2 class="section-title">Seven tools. One suite.</h2>
8484
});
8585
</script>
8686

87+
8788
<footer class="footer">
8889
<div class="footer-inner">
8990
<span class="footer-brand">Code Katz</span>

style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,10 @@ a { color: var(--charcoal); }
129129
border-radius: 100px;
130130
padding: 0.35rem 1.25rem;
131131
margin-bottom: 2rem;
132-
margin-top: -1rem;
132+
margin-top: -2.5rem;
133+
background: var(--warm-white);
134+
position: relative;
135+
z-index: 10;
133136
}
134137

135138
.hero-title {
@@ -250,7 +253,7 @@ a { color: var(--charcoal); }
250253

251254
.tool-strip {
252255
display: flex;
253-
flex-wrap: nowrap;
256+
flex-wrap: wrap;
254257
justify-content: center;
255258
gap: 0.75rem;
256259
}
@@ -264,7 +267,6 @@ a { color: var(--charcoal); }
264267
color: var(--accent);
265268
font-size: 0.85rem;
266269
font-weight: 500;
267-
white-space: nowrap;
268270
transition: background 0.15s, color 0.15s;
269271
}
270272

@@ -675,7 +677,7 @@ a { color: var(--charcoal); }
675677

676678
.nav-links { gap: 1.25rem; }
677679

678-
.hero { padding: 3.5rem 1.25rem 2.5rem; }
680+
.hero { padding: 1.5rem 1.25rem 2.5rem; }
679681

680682
.tools-preview,
681683
.why,

0 commit comments

Comments
 (0)