make code block for quickstart flex
This commit is contained in:
parent
98ac3a1f2f
commit
2335c1719f
|
@ -11,8 +11,10 @@ const { title = SiteTitle, name = SiteTitle, description = SiteDescription } = A
|
||||||
|
|
||||||
<!-- Page Metadata -->
|
<!-- Page Metadata -->
|
||||||
<link rel="canonical" href={canonicalURL} />
|
<link rel="canonical" href={canonicalURL} />
|
||||||
|
<link rel="icon" type="image/svg" href={spaceghost.src} />
|
||||||
|
|
||||||
<meta name="description" content={description} />
|
<meta name="description" content={description} />
|
||||||
<link rel="icon" type="image/png" href={spaceghost.src} />
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
|
||||||
<!-- OpenGraph Tags -->
|
<!-- OpenGraph Tags -->
|
||||||
<meta property="og:title" content={title} />
|
<meta property="og:title" content={title} />
|
||||||
|
@ -31,7 +33,6 @@ const { title = SiteTitle, name = SiteTitle, description = SiteDescription } = A
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
||||||
<AstroFont
|
<AstroFont
|
||||||
config={[
|
config={[
|
||||||
{
|
{
|
||||||
|
|
|
@ -60,7 +60,7 @@ code {
|
||||||
list-style: none inside;
|
list-style: none inside;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
width: fit-content;
|
width: flex;
|
||||||
color:rgb(82, 82, 82);
|
color:rgb(82, 82, 82);
|
||||||
border: 2px solid #a0a0a0;
|
border: 2px solid #a0a0a0;
|
||||||
border-radius: 2rem;
|
border-radius: 2rem;
|
||||||
|
|
Loading…
Reference in New Issue