We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d1dfb commit 736e23aCopy full SHA for 736e23a
src/pages/about/index.astro
@@ -27,7 +27,7 @@ const TEAM: TeamMember[] = [
27
</header>
28
29
<main class="py-5">
30
- <section class="container pb-5">
+ <section class="feature-container pb-5">
31
<section class="feature feature-left feature-flat py-4" id="history">
32
<section class="feature-headline">
33
<div class="feature-text">
src/styles/_about.scss
@@ -2,6 +2,10 @@
2
display: flex;
3
flex-wrap: wrap;
4
@extend .gap-4;
5
+
6
+ @include media-breakpoint-down(md) {
7
+ justify-content: center;
8
+ }
9
}
10
11
.team-member {
0 commit comments