forked from platypush/platypush
Style fixes
This commit is contained in:
parent
1bda7b8346
commit
4d45284131
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#video-search {
|
#video-search {
|
||||||
max-width: 60em;
|
max-width: 60em;
|
||||||
margin: 3em auto;
|
margin: 3em auto 1em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#video-search input[type=text] {
|
#video-search input[type=text] {
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="one column">
|
<div class="one column">
|
||||||
<button type="submit">
|
<button type="submit">
|
||||||
<i class="fa fa-podcast"></i>
|
<i class="fa fa-search"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue