Skip to content

Commit

Permalink
TMS-1070: Lobby-display space positions
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Oct 31, 2024
1 parent fb08871 commit 3ee584c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions partials/page-lobby-display.dust
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
.exh_container .exhib button .loc_wrapper_2.pelimuseo {
position: absolute;
right: 29%;
top: 33%;
top: 34%;
z-index: 10000;
animation: bounce-in-bck 1.1s both;
}
Expand Down Expand Up @@ -455,8 +455,8 @@
.exh_container .exhib button .loc_wrapper.paatygalleria,
.exh_container .exhib button .loc_wrapper_2.paatygalleria {
position: absolute;
right: 26%;
top: 26%;
right: 5.5%;
top: 50.5%;
z-index: 10000;
animation: bounce-in-bck 1.1s both;
}
Expand All @@ -465,7 +465,7 @@
.exh_container .exhib button .loc_wrapper_2.kokouskaytava {
position: absolute;
right: 38.2%;
top: 34%;
top: 35%;
z-index: 10000;
animation: bounce-in-bck 1.1s both;
}
Expand All @@ -483,7 +483,7 @@
.exh_container .exhib button .loc_wrapper_2.studio {
position: absolute;
right: 34.3%;
top: 34.3%;
top: 35%;
z-index: 10000;
animation: bounce-in-bck 1.1s both;
}
Expand Down

0 comments on commit 3ee584c

Please sign in to comment.