Move default classes

This commit is contained in:
Oliver Davies 2019-05-07 17:39:20 +01:00
parent dfbac20727
commit 8711e41c34
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
<title>rebuilding-platformsh</title> <title>rebuilding-platformsh</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet">
</head> </head>
<body class="antialiased font-sans bg-gray-200"> <body>
<noscript> <noscript>
<strong>We're sorry but rebuilding-platformsh doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>We're sorry but rebuilding-platformsh doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript> </noscript>

View file

@ -1,5 +1,5 @@
<template> <template>
<div> <div class="min-h-screen antialiased font-sans bg-gray-200">
<alert-message> <alert-message>
<p> <p>
A clone of <a href="https://platform.sh">Platform.sh</a>s new hosting dashboard.<br class="md:hidden"> A clone of <a href="https://platform.sh">Platform.sh</a>s new hosting dashboard.<br class="md:hidden">