Skip to content

Commit f72df0b

Browse files
committed
Make minor UX fixes
This change adds even spacing on either side of the timeline separator under "Our Story" on the About page, and an even amount of spacing above the page H1 header.
1 parent 9f9a479 commit f72df0b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

httpdocs/assets/css/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,3 +309,11 @@ pre {
309309
color: black !important;
310310
}
311311
}
312+
313+
.mt-5 {
314+
margin-top: 6rem !important;
315+
}
316+
317+
.row > * {
318+
padding-left: calc(var(--bs-gutter-x) * 1.0);
319+
}

src/App/templates/app/community.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<p class="card-text">
3636
Join discussions, ask questions, and share your ideas with the community.
3737
</p>
38-
<a href="https://github.com/php-db/discussions" class="btn btn-outline-light">
38+
<a href="https://github.com/php-db/discussions" class="btn btn-secondary">
3939
Join Discussion
4040
</a>
4141
</div>

0 commit comments

Comments
 (0)