Skip to content

Commit d1cee08

Browse files
committed
chore(tailwind): remove margins from heading and paragraph
1 parent 0c46e05 commit d1cee08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/theming/tailwind/tailwind-sample.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<main class="font-ig text-base grid surface-500 px-6 py-6">
22
<div class="text-center shadow-elevation-4 pb-8">
33
<p class="type-style-body-1 text-primary-600">404</p>
4-
<h1 class="type-style-h1 mt-4 text-gray-900">Page not found</h1>
5-
<p class="type-style-body-1 mt-6 text-gray-500">Sorry, we couldn’t find the page you’re looking for.</p>
4+
<h1 class="type-style-h1 text-gray-900">Page not found</h1>
5+
<p class="type-style-body-1 text-gray-500">Sorry, we couldn’t find the page you’re looking for.</p>
66
<div class="mt-10 flex items-center justify-center gap-x-6">
77
<a href="#" class="type-style-button rounded-md bg-primary-500 text-primary-500-contrast px-3.5 py-2.5 shadow-elevation-2 hover:bg-primary-600 transition duration-150 ease-in-out">Go back home</a>
88
<a href="#" class="type-style-button text-gray-900 hover:text-primary-600 transition duration-150 ease-in-out">Contact support <span aria-hidden="true">&rarr;</span></a>

0 commit comments

Comments
 (0)