vericudebuget commited on
Commit
133faa8
·
verified ·
1 Parent(s): b760165

Update reader.html

Browse files
Files changed (1) hide show
  1. reader.html +3 -1
reader.html CHANGED
@@ -77,7 +77,9 @@
77
  border: none;
78
  border-radius: 10px;
79
  text-align: center;
80
- width: 210px;
 
 
81
  z-index: 1;
82
  }
83
 
 
77
  border: none;
78
  border-radius: 10px;
79
  text-align: center;
80
+ @media (orientation: portrait) {
81
+ transform: translate(30px, 0px);
82
+ }
83
  z-index: 1;
84
  }
85