Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsvd authored Nov 2, 2023
1 parent 7cf4951 commit 50cee32
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Textbook/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
flex: 0 0 250px;
background-color: #f2f2f2;
padding: 20px;
position: fixed; /* Set sidebar to fixed position */
top: 0; /* Align it to the top of the viewport */
left: 0; /* Align it to the left of the viewport */
height: 100%; /* Make the sidebar cover the full viewport height */
}
.content-container {
margin-left: 250px; /* Adjust margin to account for the fixed sidebar width */
flex: 1;
background-color: #fff;
padding: 20px;
}
.main-content {
flex: 1;
Expand Down Expand Up @@ -111,7 +121,6 @@ <h2 class="pdf-title">Full-text (in pdf)</h2>
<div class="github-link" id="github-link">
<a href="https://github.com/maastrichtlawtech/legalnetworkanalysis_textbook" target="_blank">GitHub Repository</a>
</div>
</div>
</div>
</div>
</body>
Expand Down

0 comments on commit 50cee32

Please sign in to comment.