clean up p tag
This commit is contained in:
parent
c985406918
commit
10617c4557
@ -10,9 +10,7 @@
|
|||||||
<%- include('shards/header.ejs', { req: req }) %>
|
<%- include('shards/header.ejs', { req: req }) %>
|
||||||
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
<header class="flex flex-col items-center justify-center h-[40vh] p-6">
|
||||||
<h1 class="text-5xl font-bold mb-2 text-center">About Me</h1>
|
<h1 class="text-5xl font-bold mb-2 text-center">About Me</h1>
|
||||||
<p class="text-lg text-gray-300 max-w-xl text-center mt-3">
|
<p class="text-lg text-gray-300 max-w-xl text-center mt-3">Looking to learn more?</p>
|
||||||
Looking to learn more?
|
|
||||||
</p>
|
|
||||||
</header>
|
</header>
|
||||||
<div class="bg-gradient-to-br from-slate-800/80 to-slate-900/80 border border-slate-800 backdrop-blur-md shadow-xl rounded-2xl p-8 mx-4">
|
<div class="bg-gradient-to-br from-slate-800/80 to-slate-900/80 border border-slate-800 backdrop-blur-md shadow-xl rounded-2xl p-8 mx-4">
|
||||||
<h3 class="text-2xl font-bold mb-4 text-white">What you're looking for</h3>
|
<h3 class="text-2xl font-bold mb-4 text-white">What you're looking for</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user