File tree 15 files changed +22
-15
lines changed
15 files changed +22
-15
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
4
on :
5
5
# Runs on pushes targeting the default branch
6
6
push :
7
- branches : ["master "]
7
+ branches : ["fix_alignments_in_mobile_design "]
8
8
pull_request :
9
9
branches :
10
10
- ' *'
39
39
40
40
deploy :
41
41
needs : build
42
- if : github.ref == 'refs/heads/master '
42
+ if : github.ref == 'refs/heads/fix_alignments_in_mobile_design '
43
43
environment :
44
44
name : github-pages
45
45
url : ${{ steps.deployment.outputs.page_url }}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function AllProjects() {
9
9
{ projectsDetails . map ( ( project , index ) => {
10
10
return (
11
11
< li className = "projects-list" key = { index } >
12
- < div className = "col" >
12
+ < div className = "col" style = { { padding : "0 0" } } >
13
13
< ProjectCard project = { project } />
14
14
</ div >
15
15
</ li >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default function ProjectCard({ project }): JSX.Element {
5
5
const base = `${ prefix } ${ project . name } `
6
6
return (
7
7
< div className = "container" >
8
- < div className = "row row--no-gutters horizontally-centered " >
8
+ < div className = "row row--no-gutters" >
9
9
< div
10
10
className = { "col col--6 col" + " " + styles . project_text }
11
11
>
Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ div .project_title {
73
73
border : none;
74
74
margin-bottom : var (--ifm-spacing-xl );
75
75
}
76
+
77
+ li .project_ {
78
+ padding-left : 0 ;
79
+ margin-left : 0 ;
80
+ }
76
81
}
77
82
78
83
@media only screen and (min-width : 996px ) {
Original file line number Diff line number Diff line change 92
92
93
93
ul {
94
94
padding-left : 0 ;
95
+ margin-left : 0 ;
95
96
}
96
97
97
98
.container {
@@ -641,6 +642,7 @@ a.menu__link:active {
641
642
642
643
.projects-list {
643
644
list-style-type : none;
644
- padding : none;
645
- width : 100% ;
646
- }
645
+ padding-left : 0 ;
646
+ margin-left : 0 ;
647
+ /* width: 100%;*/
648
+ }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Layout from "@theme/Layout";
2
2
import useDocusaurusContext from "@docusaurus/useDocusaurusContext" ;
3
3
import { About } from "../components/about" ;
4
4
import BrowserOnly from "@docusaurus/BrowserOnly" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
export default function AboutPage ( ) : JSX . Element {
8
8
const { siteConfig } = useDocusaurusContext ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
2
2
import Layout from "@theme/Layout" ;
3
3
import BlogsComponent from "../components/blog" ;
4
4
import blogpostDetails from "@site/src/components/blog/blogpostsDetails.json" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
8
8
export default function BlogPage ( ) : JSX . Element {
Original file line number Diff line number Diff line change 1
1
import useDocusaurusContext from '@docusaurus/useDocusaurusContext' ;
2
2
import Layout from '@theme/Layout' ;
3
3
import Careers from '../components/careers' ;
4
- import Footer from "../components/footer/Footer" ;
4
+ import Footer from "../components/contact/ footer/Footer" ;
5
5
6
6
7
7
export default function CareersPage ( ) : JSX . Element {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
2
2
import Layout from "@theme/Layout" ;
3
3
import Contact from "@site/src/components/contact" ;
4
4
import BrowserOnly from "@docusaurus/BrowserOnly" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
export default function ContactPage ( ) : JSX . Element {
8
8
const { siteConfig } = useDocusaurusContext ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
2
2
import Layout from "@theme/Layout" ;
3
3
import Home from "../components/home/Home" ;
4
4
import BrowserOnly from "@docusaurus/BrowserOnly" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
export default function HomePage ( ) : JSX . Element {
8
8
const { siteConfig } = useDocusaurusContext ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
2
2
import Layout from "@theme/Layout" ;
3
3
import Home from "../components/home/Home" ;
4
4
import BrowserOnly from "@docusaurus/BrowserOnly" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
export default function QSWebsite ( ) : JSX . Element {
8
8
const { siteConfig } = useDocusaurusContext ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
2
2
import Layout from "@theme/Layout" ;
3
3
import Projects from "@site/src/components/projects" ;
4
4
import BrowserOnly from "@docusaurus/BrowserOnly" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
export default function ProjectsPage ( ) : JSX . Element {
8
8
const { siteConfig } = useDocusaurusContext ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
2
2
import Layout from "@theme/Layout" ;
3
3
import Services from "../components/services" ;
4
4
import BrowserOnly from "@docusaurus/BrowserOnly" ;
5
- import Footer from "../components/footer/Footer" ;
5
+ import Footer from "../components/contact/ footer/Footer" ;
6
6
7
7
export default function ServicesPage ( ) : JSX . Element {
8
8
const { siteConfig } = useDocusaurusContext ( ) ;
You can’t perform that action at this time.
0 commit comments