Skip to content

Commit 736e23a

Browse files
committed
[about] Makes about page more responsive
1 parent 23d1dfb commit 736e23a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/pages/about/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const TEAM: TeamMember[] = [
2727
</header>
2828

2929
<main class="py-5">
30-
<section class="container pb-5">
30+
<section class="feature-container pb-5">
3131
<section class="feature feature-left feature-flat py-4" id="history">
3232
<section class="feature-headline">
3333
<div class="feature-text">

src/styles/_about.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
display: flex;
33
flex-wrap: wrap;
44
@extend .gap-4;
5+
6+
@include media-breakpoint-down(md) {
7+
justify-content: center;
8+
}
59
}
610

711
.team-member {

0 commit comments

Comments
 (0)