added press kit link to tiny life site
All checks were successful
Web/pipeline/head This commit looks good

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> </a>
</div> </div>
</div> </div>
<a href="https://ellpeck.de/press/tinylife/">Get the press kit</a>
</div> </div>
</div> </div>
</div> </div>

View file

@ -3,6 +3,11 @@ body {
background-repeat: repeat; background-repeat: repeat;
} }
a:link,
a:visited {
color: lightsteelblue;
}
.footer { .footer {
position: fixed; position: fixed;
left: 0; left: 0;
@ -12,10 +17,6 @@ body {
text-align: center; text-align: center;
} }
.footer a {
color: white;
}
.main { .main {
text-align: center; text-align: center;
color: white; color: white;
@ -27,5 +28,5 @@ body {
.container { .container {
padding-top: 60px; padding-top: 60px;
padding-bottom: 160px; padding-bottom: 150px;
} }