@@ -33,6 +33,9 @@ body{
top: 15px;
left: 15px;
z-index: 100;
+ cursor: pointer;
+ background: none;
+ border: none;
}
.page{
@@ -44,6 +47,7 @@ body{
width: 100%;
position: relative;
padding: 10px;
+ padding: 75px 10px 10px 10px;
.standardForm{
@@ -109,6 +113,7 @@ body{
.navigator{
+ display: flex;
position: absolute;
top: 5px;
right: 5px;
@@ -126,7 +131,7 @@ body{
background: var(--primary);
border: none;
cursor: pointer;
- margin: 10px 0;
+ margin: 0 5px;
.navButton:hover{
@@ -10,7 +10,9 @@
<style></style>
</head>
<body>
- <img class="logo" src="/logo.svg" alt="Suma logo">
+ <button onclick="changePage('home')" class="logo">
+ <img src="/logo.svg" alt="Suma logo">
+ </button>
<script></script>
</body>
</html>