File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const HomePage = () => {
10
10
< div className = "body-style" >
11
11
< h1 className = "title" > Open Source Internships</ h1 >
12
12
< 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 >
14
14
< div className = "open-source-definition" > a term that is referred to Open Source Software that is designed to be
15
15
publicly accessible meaning that any user can see, modify, and distribute the code.
16
16
</ div >
Original file line number Diff line number Diff line change 39
39
}
40
40
.open-source-line {
41
41
display : flex;
42
+ align-self : flex-start;
42
43
width : 250px ;
43
44
height : 21px ;
44
45
font-family : Roboto;
48
49
line-height : 21px ;
49
50
color : # 5C4949 ;
50
51
margin-top : 100px ;
51
- margin-left : -820 px ;
52
+ margin-left : 150 px ;
52
53
}
53
54
54
55
.open-source-definition {
55
56
display : flex;
57
+ text-align : -webkit-center;
56
58
width : 750px ;
57
59
max-width : fit-content;
58
60
height : 90px ;
63
65
font-size : 22px ;
64
66
line-height : 23px ;
65
67
margin-top : 25px ;
66
- margin-left : 380 px ;
68
+ margin-left : 340 px ;
67
69
color : # 5C4949 ;
68
70
border-color : none;
69
71
background : # DEE0E4 ;
You can’t perform that action at this time.
0 commit comments