Skip to content

Commit

Permalink
feat index.html: make better-er
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf authored Oct 2, 2024
1 parent ed2756b commit 9df2099
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions etc/policies/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<html data-bs-theme="dark">
<head>
<title>Nebula Agreements</title>
<script src="/modules/marked/marked.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materialstyle/[email protected]/dist/css/materialstyle.min.css" integrity="sha384-TveZ4SBMG9Zwu44Pq5aK2bgL+4CaFRTtx6pSSsxmQKWhIRKoONDSRW+k+NA9A0Gk" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -23,14 +25,16 @@
.markdown-container {
position: absolute;
left: 50%;
top: 10%;
height: 90%;
max-width: 90%;
width: 800px;
overflow-y: scroll;
max-width: 80%;
width: 400px;
height: auto;
-webkit-transform: translate(-50%);
transform: translate(-50%);
padding-top: 10%;
padding-bottom: 10%;
}
</style>
<script>
Expand Down

0 comments on commit 9df2099

Please sign in to comment.