Fixed form name in CSS

This commit is contained in:
Fabio Manganiello 2018-04-24 01:26:00 +02:00
parent e310ef0a04
commit 27398030e4

View file

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