Skip to content

Instantly share code, notes, and snippets.

@Akhigbe-E
Created February 3, 2021 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akhigbe-E/e45a9ed60ad8145c91ee556e76782613 to your computer and use it in GitHub Desktop.
Save Akhigbe-E/e45a9ed60ad8145c91ee556e76782613 to your computer and use it in GitHub Desktop.
<template>
<div>
<client-only>
<the-navbar />
</client-only>
<Nuxt />
<the-footer />
</div>
</template>
<style>
html {
font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 16px;
word-spacing: 1px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment