Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
do-me authored Oct 18, 2024
1 parent f33ab19 commit a5d98fd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/theme_override_home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,11 @@
display: none;
/* Hide by default */
}

.noflex {
display: unset !important;
}

</style>

<!-- Main site Entry button descriptions -->
Expand All @@ -328,7 +333,7 @@
<div class="tx-hero">
<div class="tx-hero__content">
<h1> KCEO Glossary </h1>
<h2> We are bridging Earth Observation communities. Get started with the glossary <a
<h2 class="noflex"> We are bridging Earth Observation communities. Get started with the glossary <a
href="./introduction/" style="color: unset !important;">here</a> or contribute on <a
href="https://github.com/ec-jrc/KCEO-Glossary" style="color: unset !important;"
target="_blank">GitHub</a> </h2>
Expand Down Expand Up @@ -479,4 +484,4 @@ <h2>
</script>

{% endblock %}
{% block content %}{% endblock %}
{% block content %}{% endblock %}

0 comments on commit a5d98fd

Please sign in to comment.