Skip to content

Commit 071914a

Browse files
Update right margin to be consistent for all pages
1 parent 87ab88a commit 071914a

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

src/components/projects/projects.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
.project-text p {
1111
font-family:"Bellefair", serif;
1212
font-size: 20px;
13+
text-align: justify;
14+
text-justify: inter-word;
1315
}
1416

1517
.projectCardBtn {

src/components/projects/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const Projects = () => {
3131
<Col md={5}>
3232
<div
3333
className="col-lg-8"
34-
style={{ marginTop: "80px", marginLeft: "25px" }}
34+
style={{ marginTop: "60px", marginLeft: "25px", marginRight: "20px" }}
3535
>
3636
<h1 className="purple heading">
3737
Projects

src/components/publications/publications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const Publications = () => {
156156
<Container fluid>
157157
<Row>
158158
<Col md={6}>
159-
<div className="col-lg-10" style={{ marginTop: "60px", marginLeft: "25px" }}>
159+
<div className="col-lg-10" style={{ marginTop: "60px", marginLeft: "25px", marginRight: "20px" }}>
160160
<h1 className="purple heading">Peer Reviewed Publications</h1>
161161
<div className="publications-text">
162162
<p>

src/components/skills/Skills.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Skills() {
1717
<Col md={6}>
1818
<div
1919
className="col-lg-10"
20-
style={{ marginTop: "60px", marginLeft: "25px" }}
20+
style={{ marginTop: "60px", marginLeft: "25px", marginRight: "20px" }}
2121
>
2222
<h2 className="purple heading">
2323
Technical Skillset

src/components/socials/Socials.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Socials = () => {
1111
return (
1212
<>
1313
<div style={{marginBottom: "40px",display: "flex",flexDirection:"column",justifyContent: "center",alignItems: "center"}}>
14-
<Row style={{ margin: "100px 10px 20px 25px" }}>
14+
<Row style={{ margin: "100px 20px 20px 25px" }}>
1515
<Col md={9}>
1616
<h1 className="purple heading">My Stories from behind the Lens</h1>
1717
<div className="socials-text">

0 commit comments

Comments
 (0)