diff options
| author | Arne Rief <arne.rief@gmail.com> | 2023-05-01 18:46:30 +0200 |
|---|---|---|
| committer | Arne Rief <arne.rief@gmail.com> | 2023-05-01 18:46:30 +0200 |
| commit | 7d286f7ffda5b67c9fcc3de76b144d2f43d82881 (patch) | |
| tree | 90cc86a28d05ef7d861c7fed0151fff375d18f6e /sass/components/_project-container.scss | |
| parent | b2438296c9be5820f1cfccb2623a7f66566b82b1 (diff) | |
Accessibility upgrade
Diffstat (limited to 'sass/components/_project-container.scss')
| -rw-r--r-- | sass/components/_project-container.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sass/components/_project-container.scss b/sass/components/_project-container.scss index ae4b841..41ef550 100644 --- a/sass/components/_project-container.scss +++ b/sass/components/_project-container.scss @@ -1,7 +1,9 @@ @use "../abstracts/" as *; .project-container { - @include flex-sp-around-center; + display: flex; + align-items: center; + justify-content: space-between; gap: 2rem; // mobile to smaller laptop screen sizes |
