diff --git a/main.css b/main.css
index eacd935..d0ea474 100644
--- a/main.css
+++ b/main.css
@@ -1,6 +1,8 @@
body {
margin: 0;
background-color: rgb(240, 240, 240);
+ position: relative;
+ min-height: 100vh;
}
article {
@@ -13,10 +15,17 @@ nav, footer {
background-color: rgb(1, 33, 1);
margin-right: auto;
margin-left: auto;
- size: 1.5em;
color: rgb(180, 220, 180);
}
+
+footer {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ height: 2.5rem;
+}
+
a {
text-decoration: none;
color: rgb(220, 220, 250);
@@ -36,14 +45,16 @@ a {
}
.nav-item {
+ transition: 0.3s;
padding-top: 1.2em;
padding-bottom: 1.2em;
- transition: 0.3s;
}
.nav-item a {
padding-left: 1.8em;
padding-right: 1.8em;
+ padding-top: 1.2em;
+ padding-bottom: 1.2em;
font-size: 1.2em;
transition: 0.3s;
}
@@ -64,5 +75,5 @@ a {
padding-bottom: 1em;
padding-left: 1.0em;
padding-right: 1.0em;
- bottom: 0;
+ /*bottom: 0;*/
}
diff --git a/main.go b/main.go
index 33e3ce4..75cc4c8 100644
--- a/main.go
+++ b/main.go
@@ -99,10 +99,11 @@ const HTML_HEADER = `
`
-const HTML_FOOTER = `
+const HTML_FOOTER = `
+