Skip to content

Commit

Permalink
Deploying to gh-pages from @ a76fd4b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
srg-kostyrko committed Jan 31, 2024
1 parent 5cbbfc3 commit b9b09de
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 20 deletions.
1 change: 1 addition & 0 deletions assets/index-0InRsOOa.css

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions assets/index-yYFxgGI-.js → assets/index-L3JQIjog.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/index-MRCjqCPQ.css

This file was deleted.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<script>
window.global = window;
</script>
<script type="module" crossorigin src="./assets/index-yYFxgGI-.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-MRCjqCPQ.css">
<script type="module" crossorigin src="./assets/index-L3JQIjog.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-0InRsOOa.css">
</head>
<body>
<div id="root"></div>
Expand Down
44 changes: 44 additions & 0 deletions themes/common.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
:root {
--border-radius: 4px;

--spacer--xs: 4px;
--spacer--sm: 8px;
--spacer--md: 16px;
--spacer--lg: 24px;
--spacer--xl: 32px;
--spacer--2xl: 48px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
margin-top: 0;
}

h1 {
font-size: 2.5rem;
}

h2 {
font-size: 2rem;
}

h3 {
font-size: 1.75rem;
}

h4 {
font-size: 1.5rem;
}

h5 {
font-size: 1.25rem;
}

h6 {
font-size: 1rem;
}

qsp-player {
width: 100vw;
height: 100vh;
Expand Down

0 comments on commit b9b09de

Please sign in to comment.