Skip to content

Commit

Permalink
fix: styles and toc (#777)
Browse files Browse the repository at this point in the history
Fixes rendering the ToC to the right, as well as loads in the main apps bundles.
  • Loading branch information
kellyjosephprice committed Jul 6, 2023
1 parent 91880c9 commit a50de42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions example/demo.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@import url('https://cdn.readme.io/public/hub/web/main.3f4ed9ef7e8b221de43c.css');
@import url('https://cdn.readme.io/public/hub/web/3435.9200159a8fec79d971c4.css');

@import '../styles/main.scss';

#rdmd-demo {
Expand All @@ -17,6 +20,7 @@

#content-container {
padding-top: 0 !important;
display: flex;
}
// end hub overrides

Expand Down
1 change: 0 additions & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html>
<head>
<title>Markdown Demo</title>
<link rel="stylesheet" type="text/css" href="https://cdn.readme.io/css/bundle-hub2.css" />
<link rel="stylesheet" type="text/css" href="demo.css" />
<link
rel="stylesheet"
Expand Down

0 comments on commit a50de42

Please sign in to comment.