Move default styles

This commit is contained in:
Oliver Davies 2019-05-07 18:02:59 +01:00
parent 9f41f943c9
commit d98f33feaa
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Rebuilding Bartik with Vue.js and Tailwind CSS</title> <title>Rebuilding Bartik with Vue.js and Tailwind CSS</title>
</head> </head>
<body class="font-sans text-black bg-black text-sm leading-normal"> <body>
<noscript> <noscript>
<strong>We're sorry but rebuilding-bartik doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>We're sorry but rebuilding-bartik doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript> </noscript>

View file

@ -1,5 +1,5 @@
<template> <template>
<div id="app"> <div id="app" class="font-sans text-black bg-black text-sm leading-normal">
<skip-link></skip-link> <skip-link></skip-link>
<welcome title="Rebuilding Bartik"></welcome> <welcome title="Rebuilding Bartik"></welcome>

View file

@ -1,5 +1,5 @@
<template> <template>
<div> <div class="min-h-screen">
<div class="bg-blue-300"> <div class="bg-blue-300">
<div class="py-4 text-white"> <div class="py-4 text-white">
<div id="header" class="xl:max-w-6xl mx-auto px-4 relative"> <div id="header" class="xl:max-w-6xl mx-auto px-4 relative">