feat: operator view

This commit is contained in:
cv
2023-08-29 14:32:28 +02:00
parent ef8f82113b
commit e822c712ed
@@ -3,7 +3,7 @@
.followButton {
position: relative;
bottom: 120px;
bottom: 100px;
margin: 0 auto;
z-index: 1;
@@ -27,3 +27,10 @@
transition: bottom 1s;
bottom: -0;
}
// tablet
@media (min-width: $min-tablet) {
.followButton {
bottom: 150px;
}
}