added mastodon follow
This commit is contained in:
parent
631f8bd4b0
commit
6702d8b81a
3 changed files with 19 additions and 6 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue