style: recompose layout

This commit is contained in:
cv
2023-08-31 21:28:50 +02:00
parent e822c712ed
commit 124eb9a6ea
7 changed files with 50 additions and 39 deletions
@@ -3,7 +3,7 @@
.followButton {
position: relative;
bottom: 100px;
bottom: 10rem;
margin: 0 auto;
z-index: 1;
@@ -25,12 +25,5 @@
.hidden {
transition: bottom 1s;
bottom: -0;
}
// tablet
@media (min-width: $min-tablet) {
.followButton {
bottom: 150px;
}
bottom: -50px;
}