Few changes

This commit is contained in:
Chris Bell 2025-07-04 14:55:42 -05:00
parent 91a62a1d36
commit ad0281d1de
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Hey you! Yeah, you! What are ya, a web developer or something? Think my website
</section> </section>
<section class="features"> <section class="features">
<h2>What's in the Bag of Holding?</h2> <h2>So what's the deal, huh?</h2>
<div class="feature-grid"> <div class="feature-grid">
<div class="feature-card"> <div class="feature-card">
<h3>Works Offline, No Strings Attached</h3> <h3>Works Offline, No Strings Attached</h3>

View File

@ -119,6 +119,7 @@ h1 {
padding: 0.75rem 1.5rem; padding: 0.75rem 1.5rem;
border-radius: 4px; border-radius: 4px;
transition: background-color 0.2s ease; transition: background-color 0.2s ease;
min-width: 70%;
} }
.hero a:hover { .hero a:hover {