Skip to content

Commit 53d45e0

Browse files
committed
Issues #10 fixed
1 parent 806b6b9 commit 53d45e0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/components/HomePage/HomePage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const HomePage = () => {
1010
<div className="body-style">
1111
<h1 className="title"> Open Source Internships</h1>
1212
<span className="sentence">We are an organization to help you find open source internships</span>
13-
<span className="open-source-line">What Open Source is ... </span>
13+
<div className="open-source-line">What Open Source is ... </div>
1414
<div className="open-source-definition">a term that is referred to Open Source Software that is designed to be
1515
publicly accessible meaning that any user can see, modify, and distribute the code.
1616
</div>

src/components/HomePage/Homepage.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
}
4040
.open-source-line{
4141
display: flex;
42+
align-self: flex-start;
4243
width: 250px;
4344
height: 21px;
4445
font-family: Roboto;
@@ -48,11 +49,12 @@
4849
line-height: 21px;
4950
color: #5C4949;
5051
margin-top: 100px;
51-
margin-left: -820px;
52+
margin-left: 150px;
5253
}
5354

5455
.open-source-definition{
5556
display: flex;
57+
text-align: -webkit-center;
5658
width: 750px;
5759
max-width: fit-content;
5860
height: 90px;
@@ -63,7 +65,7 @@
6365
font-size: 22px;
6466
line-height: 23px;
6567
margin-top: 25px;
66-
margin-left: 380px;
68+
margin-left: 340px;
6769
color: #5C4949;
6870
border-color: none;
6971
background:#DEE0E4;

0 commit comments

Comments
 (0)