mirror of
https://gitlab.com/simple-stock-bots/splash-page.git
synced 2025-06-15 22:56:43 +00:00
fixed header
This commit is contained in:
parent
0381ccebfa
commit
143169a69b
@ -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%;
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user