#7750 - first-beta-review #95

Merged
jsegarra merged 26 commits from wbuezas/hedera-web-mindshore:first-beta-review into beta 2024-12-09 23:18:07 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 16b1e205d3 - Show all commits

View File

@ -523,7 +523,7 @@ onMounted(async () => {
.left-navigation-button {
position: absolute;
left: 5px;
top: 50%;
top: 25px;
@include mobile {
top: 35%;
}
@ -532,7 +532,7 @@ onMounted(async () => {
.right-navigation-button {
position: absolute;
right: 5px;
top: 50%;
top: 25px;
@include mobile {
top: 35%;
}