added press kit link to tiny life site
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
parent
5c985ee1ee
commit
2633e328dd
2 changed files with 7 additions and 5 deletions
|
@ -59,6 +59,7 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://ellpeck.de/press/tinylife/">Get the press kit</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue