diff --git a/src/pages/index/presentation.html b/src/pages/index/presentation.html index 74559ea..70275e7 100644 --- a/src/pages/index/presentation.html +++ b/src/pages/index/presentation.html @@ -2,7 +2,7 @@ {% macro comrade(name, title, alt, avatar) %}
- +

{{ name }}

{% endmacro %} @@ -52,7 +52,7 @@ where small is mighty, and fun knows no bounds! {% endtrans %}

-

{{ gettext("The team") }}

+

{{ gettext("The team") }}

{{ comrade( "Aurel", diff --git a/src/pages/index/presentation.scss b/src/pages/index/presentation.scss index 5f7132d..bf6bfa7 100644 --- a/src/pages/index/presentation.scss +++ b/src/pages/index/presentation.scss @@ -7,8 +7,10 @@ display: flex; justify-content: center; gap: var(--space-medium); - @media ($mobile-breakpoint) { - flex-direction: column; + flex-wrap: wrap; + + &--title { + text-align: center; } } @@ -16,6 +18,12 @@ display: flex; flex-direction: column; align-items: center; + + &--picture { + @media($mobile-breakpoint) { + max-width: 120px; + } + } }