diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 10f2492c..5cbe3aea 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -51,4 +51,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/src/components/about/styles.module.css b/src/components/about/styles.module.css index 5bad741b..99d05377 100644 --- a/src/components/about/styles.module.css +++ b/src/components/about/styles.module.css @@ -24,7 +24,7 @@ line-height: 20px; letter-spacing: 0.25px; color: var(--ifm-text-color-on-primary-p1); - text-align: center; + text-align: justify; } div .row { @@ -138,9 +138,9 @@ div .join_the_team_text { @media only screen and (max-width: 996px) { /*Mobile*/ .value_card { - height: 400px; + height: 420px; width: 264px; - padding: var(--ifm-spacing-xl) var(--ifm-spacing-lg); + padding: var(--ifm-spacing-lg) var(--ifm-spacing-md); border-radius: 8px; box-shadow: 0px 0px 8px 1px #c8c8c7; background-color: var(--ifm-color-primary-p1); @@ -158,6 +158,11 @@ div .join_the_team_text { color: var(--ifm-text-color-on-primary-p1); } + .value_text p { + text-align: justify; + padding: 0; + } + .large_portrait_card { width: 100%; height: 100%; @@ -189,7 +194,7 @@ div .join_the_team_text { @media only screen and (min-width: 996px) { /*Desktop*/ .value_card { - height: 540px; + height: 460px; width: 264px; padding: var(--ifm-spacing-2xl) var(--ifm-spacing-lg); border-radius: 8px; diff --git a/src/components/home/WhatWeDo/styles.module.css b/src/components/home/WhatWeDo/styles.module.css index 3894b31b..23ad2336 100644 --- a/src/components/home/WhatWeDo/styles.module.css +++ b/src/components/home/WhatWeDo/styles.module.css @@ -27,9 +27,15 @@ div .topics_header { .topics_card { width: 100%; - padding: var(--ifm-spacing-2xl) var(--ifm-spacing-lg); + padding: var(--ifm-spacing-lg) var(--ifm-spacing-lg); + text-align: justify; + } + + .topics_card .p { + padding: var(--ifm-spacing-lg) var(--ifm-spacing-lg); } + .services_link_desktop { display: none; } diff --git a/src/components/projects/AllProjects.tsx b/src/components/projects/AllProjects.tsx index 6301b9a1..8ed3881c 100644 --- a/src/components/projects/AllProjects.tsx +++ b/src/components/projects/AllProjects.tsx @@ -1,18 +1,23 @@ import { projectsDetails } from "./descriptions/projectsDetails"; -import ProjectCard from "./ProjectCard" +import ProjectCard from "./ProjectCard"; +import styles from "./styles.module.css"; export default function AllProjects() { return ( -
-