Skip to content

Commit 24ee3e1

Browse files
committed
remove header bar
1 parent d31cce1 commit 24ee3e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/assets/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ textarea {
795795
width: 100px;*/
796796
height: 100px;
797797
position: relative;
798-
margin-top: 1.5em; /* temp promo */
798+
/* margin-top: 1.5em; temp promo */
799799
}
800800

801801
#navi,
@@ -1644,7 +1644,7 @@ footer {
16441644
@media (min-width: 769px) {
16451645
.container {
16461646
width: 49em !important;
1647-
margin: 11.5em auto; /* temp promo, normally 10em */
1647+
margin: 10em auto; /* temp promo, 11.5em */
16481648
}
16491649
main {
16501650
width: 36em;
@@ -1657,7 +1657,7 @@ footer {
16571657

16581658
@media (min-width: 720px) {
16591659
.container {
1660-
margin: 11.5em auto; /* temp promo, normally 10em */
1660+
margin: 10em auto; /* temp promo, 11.5em */
16611661
width: 100%;
16621662
padding: 0.8em 0 0 0;
16631663
height: auto;
@@ -1683,7 +1683,7 @@ footer {
16831683
}
16841684
#i18n-btn {
16851685
position: absolute;
1686-
top: 4.0em; /* temp promo, normally 2.5em */
1686+
top: 2.5em; /* temp promo, 4.0em */
16871687
right: 1em;
16881688
}
16891689
#i18n-btn a {

src/templates/partials/header.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ title: header
1313
</ul>
1414

1515

16-
<a id="promo-link" href="https://donorbox.org/supportpf2019-fundraising-campaign" target="_blank"><div id="promo">This season, we need your help! Click here to #SupportP5!</div></a>
16+
<!-- <a id="promo-link" href="https://donorbox.org/supportpf2019-fundraising-campaign" target="_blank"><div id="promo">This season, we need your help! Click here to #SupportP5!</div></a> -->
1717
</nav>

0 commit comments

Comments
 (0)