diff --git a/tinylife/index.html b/tinylife/index.html
index 41e153b..51c4d96 100644
--- a/tinylife/index.html
+++ b/tinylife/index.html
@@ -59,6 +59,7 @@
+ Get the press kit
diff --git a/tinylife/style.css b/tinylife/style.css
index 2ecd3ed..dad0eca 100644
--- a/tinylife/style.css
+++ b/tinylife/style.css
@@ -3,6 +3,11 @@ body {
background-repeat: repeat;
}
+a:link,
+a:visited {
+ color: lightsteelblue;
+}
+
.footer {
position: fixed;
left: 0;
@@ -12,10 +17,6 @@ body {
text-align: center;
}
-.footer a {
- color: white;
-}
-
.main {
text-align: center;
color: white;
@@ -27,5 +28,5 @@ body {
.container {
padding-top: 60px;
- padding-bottom: 160px;
+ padding-bottom: 150px;
}
\ No newline at end of file