diff --git a/docs/.vuepress/components/About.vue b/docs/.vuepress/components/About.vue index 0c6d307..6a04f1d 100644 --- a/docs/.vuepress/components/About.vue +++ b/docs/.vuepress/components/About.vue @@ -1,57 +1,73 @@ - - +
+
+

About Project XR

+

+ Lorem ipsum dolor sit amet. Cum dolorem blanditiis sit enim officia et voluptates aliquam. + Eum maxime eligendi et perferendis vitae non vitae consequatur. +

+
+
+ Demo Image +
+
+ + \ No newline at end of file + diff --git a/docs/.vuepress/components/Footer.vue b/docs/.vuepress/components/Footer.vue index c845d42..6d94746 100644 --- a/docs/.vuepress/components/Footer.vue +++ b/docs/.vuepress/components/Footer.vue @@ -4,13 +4,12 @@

Questions or remarks? Or do you want to work together? Let us know!

Lorem ipsum dolor sit amet. Cum dolorem blanditiis sit enim officia et voluptates aliquam. Eum maxime eligendi et perferendis vitae non vitae consequatur.

-
-
+
-
+
@@ -71,6 +70,7 @@ export default { #Footer { height: 60vw; margin-bottom: 0; + margin-top: 50px } @@ -86,9 +86,7 @@ export default { } .Contact .TextContainer { - position: absolute; - left: 10%; - bottom: 40%; + padding-left: 50px; width: 30%; } @@ -108,7 +106,7 @@ export default { /* justify-content: space-between; */ align-items: center; gap: 20px; - position: absolute; + /* position: absolute; */ left: 10%; bottom: 20%; width: 40%; diff --git a/docs/.vuepress/components/Projects.vue b/docs/.vuepress/components/Projects.vue index 9d6380c..3289148 100644 --- a/docs/.vuepress/components/Projects.vue +++ b/docs/.vuepress/components/Projects.vue @@ -1,142 +1,117 @@ - - - - - \ No newline at end of file + +.img-container { + display: flex; + justify-content: center; + align-items: center; + height: 100%; + width: 100%; + background-color: var(--light-pink); +} + +.carousel-item { + max-width: 80%; + overflow: hidden; + /* height: 100%; */ +} + +@media (max-width: 425px) { + + .title { + /* background-color: aqua; */ + grid-template-rows: 1fr 1fr; + grid-template-columns: none; + } + + .carousel-item { + max-width: 50%; +} +} + diff --git a/docs/.vuepress/components/Service.vue b/docs/.vuepress/components/Service.vue index 21f4a57..47661f2 100644 --- a/docs/.vuepress/components/Service.vue +++ b/docs/.vuepress/components/Service.vue @@ -1,24 +1,24 @@