diff options
| author | Arne Rief <arne.rief@gmail.com> | 2023-02-20 10:04:10 +0100 |
|---|---|---|
| committer | Arne Rief <arne.rief@gmail.com> | 2023-02-20 10:04:10 +0100 |
| commit | 11f8629251a63f3a3260b9ed28277ed312abd136 (patch) | |
| tree | 3a4d22b0ebad36ad9d492bae72ab308321bd22b8 /sass/components/_project-container.scss | |
| parent | 7439372f7100017e4c5f70bed42a601706106435 (diff) | |
Small media query adjustments
Diffstat (limited to 'sass/components/_project-container.scss')
| -rw-r--r-- | sass/components/_project-container.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/components/_project-container.scss b/sass/components/_project-container.scss index ed5fb0d..0bb8940 100644 --- a/sass/components/_project-container.scss +++ b/sass/components/_project-container.scss @@ -6,7 +6,7 @@ } // mobile to smaller laptop screen sizes -@media screen and (max-width: 1380px) { +@media screen and (max-width: 1400px) { .project-container { @include flex-column-center; gap: 5rem; |
