Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
docs: fix demo landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman committed Nov 9, 2023
1 parent 55b0ffa commit 9260b37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/demo/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8" />
<title>Static CMS Demo</title>
<link rel="icon" type="image/png" href="/static-cms-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<style>
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);

Expand Down Expand Up @@ -41,6 +42,7 @@
.CMS_Demo_static-cms-logo {
height: 10rem;
width: 20rem;
max-width: 80%;
margin-top: -5rem;
}

Expand All @@ -49,6 +51,12 @@
gap: 16px;
}

@media screen and (max-width: 600px) {
.CMS_Demo_entries {
flex-direction: column;
}
}

.CMS_Demo_Card_root {
background: #1e293b;
border-color: #2c3b55;
Expand Down

0 comments on commit 9260b37

Please sign in to comment.