Skip to content

Commit 1bb3396

Browse files
authored
Reactivate Hello Bar (#1938)
Signed-off-by: Chris Abraham <[email protected]>
1 parent 35b3294 commit 1bb3396

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="hello-bar">
22
<div class="container">
3-
Join us in Silicon Valley September 18-19 at the 2024 PyTorch Conference. <a target="_blank" href="https://events.linuxfoundation.org/pytorch-conference/?utm_source=www&utm_medium=homepage&utm_campaign=Pytorch-Conference-2024&utm_content=hello">Learn more</a>.
3+
Join us at PyTorch Conference in San Francisco, October 22-23. CFP open now! <a target="_blank" href="https://events.linuxfoundation.org/pytorch-conference/">Learn more</a>.
44
</div>
55
</div>
66
<div class="container-fluid header-holder {{ page.body-class }}-header">

_layouts/blog_detail.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="main-background blog-background blog-detail-background"></div>
88
<div class="hello-bar">
99
<div class="container">
10-
Join us in Silicon Valley September 18-19 at the 2024 PyTorch Conference. <a target="_blank" href="https://events.linuxfoundation.org/pytorch-conference/">Learn more</a>.
10+
Join us at PyTorch Conference in San Francisco, October 22-23. CFP open now! <a target="_blank" href="https://events.linuxfoundation.org/pytorch-conference/">Learn more</a>.
1111
</div>
1212
</div>
1313

_sass/navigation.scss

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
height: $mobile_header_height;
33

44
@include full-nav-menu-desktop {
5-
height: $desktop_header_height;
5+
height: $desktop_header_height - 20px;
66
}
77

88
align-items: center;
@@ -13,6 +13,9 @@
1313
position: fixed;
1414
right: 0;
1515
top: 0;
16+
@include full-nav-menu-desktop {
17+
top: 32px;
18+
}
1619
width: 100%;
1720
z-index: 9999;
1821

@@ -36,7 +39,7 @@
3639
@include full-nav-menu-desktop {
3740
background-color: #CC2F90;
3841
color: $white;
39-
display: none;
42+
display: flex;
4043
letter-spacing: .34px;
4144
justify-content: center;
4245
padding: 4px 0;

0 commit comments

Comments
 (0)