offset #fragment urls, closes #8

This commit is contained in:
Ben Harris 2021-04-22 12:28:29 -04:00
parent 5bb5f7e171
commit 26d58bb059
1 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,16 @@
<meta property="og:site_name" content="tildeverse RFCs">
<meta property="og:type" content="website">
<style>
/* offset #fragments */
:target:before {
content: "";
display: block;
height: 70px;
margin: -70px 0 0;
}
</style>
</head>
<body style="padding-top: 70px;">
<div class="container">