Closed MatthieuSchaller closed 4 years ago
What is font size=+2
there for? Happy to add a style called totop
or something to the CSS.
Do we have a CSS?
The change in font size is me making the section "titles" larger since they are demoted from <h1/>
.
The css is inlined at the top of the page.
How about under each header we have:
<a href="#">Back To Top</a>
As just a basic line underneath each header? So:
<h1>Title Name</h1>
<a href="#">Back To Top</a>
<div class="plots">
...
That's also fine by me. I was trying to not have additional lines but if you are happy with them, then let's do that.
Done.
Nothing else to add :)
Implements #9.