diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-21 13:09:05 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:33 +0100 |
| commit | aea0fa999fd09951835b2d74c53137624f46929e (patch) | |
| tree | 3d806b7b5c5dd8b95fd07d6f3402d2231cf981d4 /src/App.vue | |
| parent | 73e2c234f2f52357b21fd9fe9b956eeabb8ddc62 (diff) | |
| download | brokentalents-aea0fa999fd09951835b2d74c53137624f46929e.tar.gz brokentalents-aea0fa999fd09951835b2d74c53137624f46929e.zip | |
major redesign
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> |
