File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ a, .btn {
133
133
}
134
134
135
135
& .hub-background {
136
- background-image : url ( $baseurl + " /assets/images/hub-background.jpg " ) ;
136
+ background-color : $light_grey ;
137
137
}
138
138
139
139
& .ecosystem-background {
Original file line number Diff line number Diff line change 1
1
.hub .jumbotron {
2
- height : 240 px ;
2
+ height : 375 px ;
3
3
@include desktop {
4
- height : 340 px ;
4
+ height : 420 px ;
5
5
}
6
6
7
7
h1 {
15
15
}
16
16
17
17
p .lead , p .hub-release-message {
18
- margin-bottom : rem (10 px );
19
- padding-top : rem (5 px );
18
+ margin-bottom : rem (15 px );
19
+ padding-top : rem (35 px );
20
20
color : $dark_grey ;
21
21
22
22
@include desktop {
Original file line number Diff line number Diff line change 9
9
< div class ="jumbotron jumbotron-fluid ">
10
10
< div class ="container ">
11
11
< h1 >
12
- < span id ="hub-header "> 파이토치</ span > < span id ="hub-sub-header "> 허브</ span >
12
+ < span id ="hub-header "> 파이토치</ span > < br />
13
+ < span id ="hub-sub-header "> 허브</ span >
13
14
</ h1 >
14
15
15
16
< p class ="lead ">
You can’t perform that action at this time.
0 commit comments