Skip to content

Commit f602afb

Browse files
Fixed missing display:flex to align heading imgs vertically and horizontally (#280)
* fixed missing display:flex to align heading images vertically and horizontally * Update src/pages/contact/ContactComponent.css * Adding flex display again --------- Co-authored-by: Ashutosh Hathidara <[email protected]>
1 parent 12bc8f6 commit f602afb

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/pages/contact/ContactComponent.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
}
3434

3535
.contact-heading-img-div {
36+
display: flex;
3637
align-items: center;
3738
justify-content: center;
3839
}

src/pages/education/EducationComponent.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
}
1717

1818
.heading-img-div {
19+
display: flex;
1920
align-items: center;
2021
justify-content: center;
2122
}

src/pages/experience/Experience.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
}
1717

1818
.experience-heading-img-div {
19+
display: flex;
1920
align-items: center;
2021
justify-content: center;
2122
}

src/pages/projects/Projects.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
}
1818

1919
.projects-heading-img-div {
20+
display: flex;
2021
align-items: center;
2122
justify-content: center;
2223
}

0 commit comments

Comments
 (0)