Skip to content

Commit 6a76b1b

Browse files
committed
Hide banner
1 parent 3393487 commit 6a76b1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

overrides/main.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block header %}
44
<div class="banner">
5-
<span><a href="/install_setup/v3/">News on Gramps Web &amp; Gramps 6.0</a></span>
5+
<span></span>
66
</div>
77
{{ super() }}
88
{% endblock %}
@@ -21,7 +21,7 @@
2121
width: 100%;
2222
z-index: 1;
2323
text-align: center;
24-
display: flex;
24+
display: none; /* set to flex to show banner */
2525
align-items: center;
2626
justify-content: center;
2727
background-color: #66BB6A;
@@ -41,7 +41,7 @@
4141
}
4242

4343
.md-header {
44-
top: 24px;
44+
top: 0px; /* set to 24px when banner is visible */
4545
}
4646

4747
</style>

0 commit comments

Comments
 (0)