Skip to content

Commit

Permalink
Merge pull request #37 from OHDSI/Theme-CSS-update
Browse files Browse the repository at this point in the history
Create style.scss
  • Loading branch information
dimshitc authored Nov 20, 2023
2 parents 95e98e8 + 7e2e0c6 commit 380ac8e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@import "{{ site.theme }}";
.main {
max-width: 80rem;
margin-left: 15.5rem;
}

.side-bar {
width: 16.5rem;
min-width: 16.5rem;
max-width: 16.5rem;
}

0 comments on commit 380ac8e

Please sign in to comment.