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 {
|
||||
max-width: 60em;
|
||||
margin: 3em auto;
|
||||
margin: 3em auto 1em auto;
|
||||
}
|
||||
|
||||
#video-search input[type=text] {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
<div class="one column">
|
||||
<button type="submit">
|
||||
<i class="fa fa-podcast"></i>
|
||||
<i class="fa fa-search"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue