strava-frontend/src/App.vue

19 lines
288 B
Vue

<template>
<RouterView />
</template>
<style lang="scss">
@import "scss/main.scss";
#app {
font-family: "Inter", Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
margin: 0;
min-width: 20rem;
}
</style>