Skip to content

Commit f2452a4

Browse files
authoredOct 4, 2017
Bug 1403684 - Reader mode has too much padding. Reduce padding by using vw units. (#3254)
1 parent 9e75635 commit f2452a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Client/Frontend/Reader/Reader.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ html {
6262
}
6363

6464
body {
65-
padding: 24px;
65+
padding: 2vw;
6666
transition-property: background-color, color;
6767
transition-duration: 0.4s;
6868
margin-left: auto;
@@ -344,7 +344,7 @@ body {
344344
}
345345

346346
.content * {
347-
max-width: 98% !important;
347+
max-width: 100% !important;
348348
height: auto !important;
349349
}
350350

0 commit comments

Comments
 (0)
Please sign in to comment.