add margin with tailwindcss

This commit is contained in:
Wes Bryie 2022-02-14 10:47:16 -05:00 committed by GitHub
parent 76a08e6cb2
commit b80d5d30fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<link href="styles.css" rel="stylesheet">
</head>
<body>
<h1 class="text-5xl font-bold text-center nunito">
<h1 class="text-5xl font-bold text-center nunito space-y-2.5">
Wes Bryie's Website
</h1>
</body>