updated renovate.json
All checks were successful
continuous-integration/drone/push Build is passing

added mastodon follow
This commit is contained in:
Samuel Philipp 2020-07-30 23:49:13 +02:00
parent 631f8bd4b0
commit 6702d8b81a
3 changed files with 19 additions and 6 deletions

View file

@ -52,6 +52,14 @@ body {
z-index: 0;
}
.follow {
position: absolute;
top: 0;
right: 0;
padding: 1rem;
z-index: 1;
}
#developer {
background-image: url('../img/sp-codes.png');
}
@ -132,3 +140,7 @@ body {
}
}
.full-size {
width: 100%;
height: 100%;
}