feat: move up h-card class to body el
This commit is contained in:
parent
0ee8c8639d
commit
a70569ae87
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ const { title, description, ogImage } = Astro.props
|
|||
<html lang="en">
|
||||
<Head title={title} description={description} ogImage={ogImage} />
|
||||
|
||||
<body>
|
||||
<body class="h-card">
|
||||
<Nav links={links} />
|
||||
<slot />
|
||||
<style>
|
||||
|
|
|
@ -13,10 +13,10 @@ import now from '../constants/now.json'
|
|||
|
||||
<Layout>
|
||||
<section class="highlighted-section">
|
||||
<div class="h-card highlighted-section__content">
|
||||
<div class="highlighted-section__content">
|
||||
<div style="display:none">
|
||||
<span class="p-name">Ayo Ayco</span>
|
||||
<a class="u-url" rel="me" href="https://ayo.ayco.io">w</a>,
|
||||
<a class="u-url u-uid" href="https://ayo.ayco.io">w</a>,
|
||||
<p class="p-note">
|
||||
Frontend guy who likes server adventures & works w/ linux. Looking to
|
||||
specialize in web perf, but mostly feels like an impostor for now. Has
|
||||
|
|
Loading…
Reference in a new issue