added: sound button resets search field

This commit is contained in:
Erhard 2017-08-03 17:40:34 +02:00
parent 4aa9f92848
commit 6290c93982
2 changed files with 3 additions and 3 deletions

View File

@ -65,12 +65,12 @@ section {
width: 100%;
}
#reset {
div #reset {
font-size: 2em;
padding-left: 5px;
}
#reset:hover {
div #reset:hover {
cursor: pointer;
}

View File

@ -30,7 +30,7 @@
</head>
<body>
<nav>
<a href="#sounds">Sounds</a>
<a href="#sounds" id="reset">Sounds</a>
<a href="#youtube">YouTube</a>
<a href="#voice">Voice</a>
</nav>