Skip to content

Commit 6907895

Browse files
Fix - Shop interface position
1 parent 153c859 commit 6907895

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/views/market/index.html.erb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,8 @@
112112

113113
.shop-interface {
114114
position: fixed;
115-
top: 30%;
116-
left: 60%;
117-
transform: translate(-50%, -50%);
115+
top: 5%;
116+
left: 20%;
118117
width: 90vw;
119118
max-width: 1200px;
120119
max-height: 85vh;

0 commit comments

Comments
 (0)