Hide break by default, show on small screens
This commit is contained in:
parent
2c20f6098a
commit
c8b5ddd3f8
|
@ -2,7 +2,7 @@
|
||||||
<div class="min-h-screen antialiased font-sans bg-gray-200">
|
<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="hidden sm:inline">
|
||||||
Built with <a href="https://vuejs.org">Vue.js</a>
|
Built with <a href="https://vuejs.org">Vue.js</a>
|
||||||
and <a href="https://tailwindcss.com">Tailwind CSS</a>
|
and <a href="https://tailwindcss.com">Tailwind CSS</a>
|
||||||
by <a href="https://www.oliverdavies.uk">Oliver Davies</a>.
|
by <a href="https://www.oliverdavies.uk">Oliver Davies</a>.
|
||||||
|
|
Loading…
Reference in a new issue