mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Add anchor to feedback section (#18208)
This commit is contained in:
parent
e6bae0168e
commit
5370f539d2
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user