File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,8 +227,8 @@ class ReaderViewModel extends ReactiveViewModel {
227227 line-height: 155%;
228228 height: 50vh;
229229 padding-top: 0.3rem;
230- margin-left: 0.8rem ;
231- margin-right: 0.8rem ;
230+ margin-left: 1rem ;
231+ margin-right: 1rem ;
232232 }
233233
234234 #secondaryReader {
@@ -237,8 +237,8 @@ class ReaderViewModel extends ReactiveViewModel {
237237 letter-spacing: 0.3px;
238238 line-height: 155%;
239239 height: 50vh;
240- margin-left: 0.8rem ;
241- margin-right: 0.8rem ;
240+ margin-left: 1rem ;
241+ margin-right: 1rem ;
242242 }
243243
244244 .container {
@@ -360,7 +360,7 @@ class ReaderViewModel extends ReactiveViewModel {
360360 border-color: var(--contrast-theme-white);
361361 }
362362
363- @media screen and (min-width: 400px ) {
363+ @media screen and (min-width: 500px ) {
364364 .container {
365365 flex-direction: row;
366366 }
You can’t perform that action at this time.
0 commit comments