fix scrolldown height for permalinks

This commit is contained in:
Ben Harris 2019-07-02 23:28:07 -04:00
parent c90e6db194
commit 443268fd1d
2 changed files with 8 additions and 2 deletions

View File

@ -23,6 +23,12 @@ cp template.md my-new-page.md
* edit as needed!
* test your changes with a local php server
```sh
composer install
php -S localhost:9000
```
* commit your changes and [create a pull request](https://tildegit.org/team/site/pulls) :)
```sh
git add --all

View File

@ -6,8 +6,8 @@ $additional_head = "
:target:before {
content:\"\";
display:block;
height:90px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
height:50px; /* fixed header height*/
margin:-50px 0 0; /* negative fixed header height */
}
</style>
<meta property='og:type' content='website'>