Add anchor to feedback section (#18208)

This commit is contained in:
Joakim Sørensen 2021-06-15 14:07:22 +02:00 committed by GitHub
parent e6bae0168e
commit 5370f539d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 2 deletions

View File

@ -40,6 +40,16 @@ $primary-color: #049cdb;
}
}
}
.feedback {
h4 {
margin: 0 0 8px !important;
a {
text-decoration: none !important;
color: #000;
}
}
}
@media only screen and (max-width: $menu-collapse) {
.search-container {

View File

@ -1,6 +1,6 @@
{% unless page.feedback == false %}
<div class="material-card text feedback">
<b>Help us to improve our documentation</b><br />
<div class="material-card text feedback" id="feedback_section">
<h4><a href="#feedback_section" class="title-link"><b> Help us to improve our documentation</b></a></h4>
Suggest an edit to this page, or provide/view feedback for this page.
<div class="links">
<a