added press kit link to tiny life site
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2021-06-06 21:07:23 +02:00
parent 5c985ee1ee
commit 2633e328dd
2 changed files with 7 additions and 5 deletions

View File

@ -59,6 +59,7 @@
</a>
</div>
</div>
<a href="https://ellpeck.de/press/tinylife/">Get the press kit</a>
</div>
</div>
</div>

View File

@ -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;
}