Removed sample style
This commit is contained in:
parent
d64052af81
commit
df872aafa6
1 changed files with 1 additions and 12 deletions
13
src/App.vue
13
src/App.vue
|
@ -11,19 +11,8 @@ import Content from './components/Content.vue';
|
|||
<!-- <HelloWorld msg="Hello Vue 3 + Vite" /> -->
|
||||
<div class="flex">
|
||||
<Sidebar class="flex-none" />
|
||||
<div class="flex-1">
|
||||
<div class="flex-1 m-10">
|
||||
<Content />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
#app {
|
||||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-align: center;
|
||||
color: #2c3e50;
|
||||
margin-top: 60px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue