freealise commited on
Commit
47e052c
·
1 Parent(s): f77b776

link to dict

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,9 +105,9 @@ if sentence:
105
  }
106
  .google-translate {
107
  transform: scale(0.75);
108
- transform-origin: 180px 180px;
109
  position: relative;
110
- left: -180px; top: -180px;
111
  width: 2560px; height: 5120px;
112
  position: absolute;
113
  }
 
105
  }
106
  .google-translate {
107
  transform: scale(0.75);
108
+ transform-origin: 180px 200px;
109
  position: relative;
110
+ left: -200px; top: -180px;
111
  width: 2560px; height: 5120px;
112
  position: absolute;
113
  }