summaryrefslogtreecommitdiff
path: root/sass/components/_project-container.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/components/_project-container.scss')
-rw-r--r--sass/components/_project-container.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/sass/components/_project-container.scss b/sass/components/_project-container.scss
index d6d4e68..ed5fb0d 100644
--- a/sass/components/_project-container.scss
+++ b/sass/components/_project-container.scss
@@ -4,3 +4,16 @@
@include flex-sp-around-center;
gap: 2rem;
}
+
+// mobile to smaller laptop screen sizes
+@media screen and (max-width: 1380px) {
+ .project-container {
+ @include flex-column-center;
+ gap: 5rem;
+ }
+
+ // for second project, otherwise screenshot below text-container
+ .reverse-order {
+ flex-direction: column-reverse;
+ }
+}