changing font size

This commit is contained in:
Wes Bryie 2022-02-14 10:24:29 -05:00 committed by GitHub
parent 281dee812e
commit 5f0a305161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<h1 class="text-3xl font-bold text-center">
<h1 class="text-5xl font-bold text-center">
Wes Bryie's Website
</h1>
</body>