diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 38 |
1 files changed, 13 insertions, 25 deletions
diff --git a/src/App.vue b/src/App.vue index 7715d29..785eb35 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,24 +1,17 @@ <template> <div class="container"> -<section class="hero is-medium is-dark is-bold header"> - <div class="hero-body"> - <div class="container"> - <h1 class="title"> - Broken Talents - </h1> - <h2 class="subtitle"> - Tilting Brawlers since May 2017 - </h2> - <div class="search"> - <div class="field"> - <div class="control"> - <input class="input is-large" type="text" placeholder="Search for a hero"> - </div> + <section class="hero is-medium is-dark is-bold header"> + <div class="hero-body"> + <div class="container"> + <h1 class="title"> + Broken Talents + </h1> + <h2 class="subtitle"> + Tilting Brawlers since May 2017 + </h2> </div> </div> - </div> - </div> -</section> + </section> <router-view></router-view> </div> @@ -26,12 +19,7 @@ <style scoped> - .header { - text-align: center; - } - - .search { - max-width: 500px; - margin: 0 auto - } +.header { + text-align: center; +} </style> |
