Fixed form name in CSS

This commit is contained in:
Fabio Manganiello 2018-04-24 01:26:00 +02:00
parent e310ef0a04
commit 27398030e4
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#video-container {
#video-search {
max-width: 60em;
margin: 3em auto;
}
#video-form input[type=text] {
#video-search input[type=text] {
width: 100%;
}