| Index: chrome/browser/resources/ntp_search/apps_page.css
|
| diff --git a/chrome/browser/resources/ntp_search/apps_page.css b/chrome/browser/resources/ntp_search/apps_page.css
|
| index 8bce3f54119f4725c71fdef64a3a3d8623d1bd6a..40b3ba129e23fda7e5f3f44739d45b2f0e9dc1bf 100644
|
| --- a/chrome/browser/resources/ntp_search/apps_page.css
|
| +++ b/chrome/browser/resources/ntp_search/apps_page.css
|
| @@ -3,8 +3,10 @@
|
| * found in the LICENSE file. */
|
|
|
| .apps-page .tile-cell {
|
| - -webkit-margin-start: 22px;
|
| + -webkit-margin-start: 20px;
|
| + height: 70px;
|
| margin-bottom: 12px;
|
| + width: 70px;
|
| }
|
|
|
| .apps-page .tile-cell:first-child {
|
| @@ -14,6 +16,7 @@
|
| .apps-page .app {
|
| display: block;
|
| height: 70px;
|
| + margin-top: 8px;
|
| outline: none;
|
| text-align: center;
|
| width: 70px;
|
|
|