Skip to content

Commit 13541c1

Browse files
author
TechStack Global
committed
style: perfect uniform alignment of read review buttons to fix text wrapping issues
1 parent d625932 commit 13541c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,15 @@ <h1>Make Smarter <br /><span class="gradient-text">Tech Decisions.</span>
170170
color: var(--text-secondary, #94a3b8);
171171
font-size: 0.95rem;
172172
line-height: 1.5;
173-
margin-bottom: auto;
173+
margin-bottom: 1.5rem;
174174
}
175175

176176
/* New Distinct Button Style */
177177
.hero-read-btn {
178178
display: flex;
179179
align-items: center;
180180
justify-content: space-between;
181-
margin-top: 1.25rem;
181+
margin-top: auto;
182182
padding: 0.85rem 1.25rem;
183183
background: rgba(255, 255, 255, 0.05);
184184
border: 1px solid var(--border-glass, rgba(255, 255, 255, 0.1));

0 commit comments

Comments
 (0)