Skip to content

Commit d88f64f

Browse files
authored
허브 메뉴 상단 가독성 개선 - PyTorch.org 스타일 적용 (PyTorchKorea#8)
1 parent da2bfd7 commit d88f64f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

_sass/base_styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ a, .btn {
133133
}
134134

135135
&.hub-background {
136-
background-image: url($baseurl + "/assets/images/hub-background.jpg");
136+
background-color: $light_grey;
137137
}
138138

139139
&.ecosystem-background {

_sass/hub.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.hub .jumbotron {
2-
height: 240px;
2+
height: 375px;
33
@include desktop {
4-
height: 340px;
4+
height: 420px;
55
}
66

77
h1 {
@@ -15,8 +15,8 @@
1515
}
1616

1717
p.lead, p.hub-release-message {
18-
margin-bottom: rem(10px);
19-
padding-top: rem(5px);
18+
margin-bottom: rem(15px);
19+
padding-top: rem(35px);
2020
color: $dark_grey;
2121

2222
@include desktop {

hub/hub.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<div class="jumbotron jumbotron-fluid">
1010
<div class="container">
1111
<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>
1314
</h1>
1415

1516
<p class="lead">

0 commit comments

Comments
 (0)