Chromium Code Reviews| Index: chrome/browser/resources/ntp4/incognito_and_guest_tab.css |
| diff --git a/chrome/browser/resources/ntp4/incognito_and_guest_tab.css b/chrome/browser/resources/ntp4/incognito_and_guest_tab.css |
| index fb398dd94f87ed085d516f90e40f767f1f43eb67..6ad985b09c567c767748883f3b4c0e24866428da 100644 |
| --- a/chrome/browser/resources/ntp4/incognito_and_guest_tab.css |
| +++ b/chrome/browser/resources/ntp4/incognito_and_guest_tab.css |
| @@ -7,12 +7,12 @@ |
| h1 { |
| font-size: 200%; |
| - font-weight: normal; |
| - margin-bottom: 1.33em; |
| + font-weight: 300; |
| + margin-bottom: 1.33333em; |
| } |
| p { |
| - line-height: 1.7; |
| + line-height: 1.5; |
| margin-bottom: 2em; |
| text-align: start; |
| } |
| @@ -30,9 +30,10 @@ a:hover { |
| .content { |
| box-sizing: border-box; |
| margin: 3.5em auto 0; |
| + max-width: 420px; |
| + min-width: 300px; |
|
Evan Stade
2015/12/15 19:25:14
I still don't think this needs to change. The curr
edwardjung
2015/12/17 13:32:57
I disagree, since most horizontal scrolling on web
|
| padding: 30px 35px; |
| text-align: center; |
| - width: 420px; |
| } |
| html[hascustombackground='true'] .content { |
| @@ -54,6 +55,10 @@ html[hascustombackground='true'] .content { |
| body { |
| margin: 3em 1.5em 2em; |
| } |
| + |
| + .content { |
| + padding: 30px 12px; |
| + } |
| } |
| @media (max-height:480px) and (max-width:400px) { |