make code block for quickstart flex

This commit is contained in:
Adam Matthiesen 2024-01-30 20:39:13 -08:00
parent 98ac3a1f2f
commit 2335c1719f
2 changed files with 4 additions and 3 deletions

View File

@ -11,8 +11,10 @@ const { title = SiteTitle, name = SiteTitle, description = SiteDescription } = A
<!-- Page Metadata -->
<link rel="canonical" href={canonicalURL} />
<link rel="icon" type="image/svg" href={spaceghost.src} />
<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 -->
<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
config={[
{

View File

@ -60,7 +60,7 @@ code {
list-style: none inside;
margin-top: 4px;
font-size: medium;
width: fit-content;
width: flex;
color:rgb(82, 82, 82);
border: 2px solid #a0a0a0;
border-radius: 2rem;