1
0
mirror of https://gitlab.com/simple-stock-bots/splash-page.git synced 2025-06-16 07:06:47 +00:00

fixed header

This commit is contained in:
Anson Biggs 2021-06-24 13:12:51 -07:00
parent 0381ccebfa
commit 143169a69b
2 changed files with 7 additions and 7 deletions

View File

@ -6,14 +6,11 @@
nav {
display: flex;
text-align: center;
width: 90%;
margin: auto;
justify-content: space-between;
}
nav a {
margin: auto;
vertical-align: middle;
justify-self: space-between;
}
main {
margin: 20vh 5% 20vh 5%;

View File

@ -38,7 +38,10 @@
<body>
<header>
<nav>
<a href="https://simple-stock-bots.gitlab.io/site/">Documentation</a>
<button onclick="window.location.href='https://simple-stock-bots.gitlab.io/site/';">
Documentation
</button>
<!-- <a href="https://simple-stock-bots.gitlab.io/site/">Documentation</a> -->
<!-- <a href="https://gitlab.com/simple-stock-bots" target="_blank"
><img
src="assets/img/gitlab-icon.svg"