Chromium Code Reviews| Index: chrome/browser/resources/supervised_user_block_interstitial.css |
| diff --git a/chrome/browser/resources/supervised_user_block_interstitial.css b/chrome/browser/resources/supervised_user_block_interstitial.css |
| index 0c666f05bd141a5ed1ed2b9b08f8c302b3fdce13..bd37186fea812daa0267409189c2db54c784d66d 100644 |
| --- a/chrome/browser/resources/supervised_user_block_interstitial.css |
| +++ b/chrome/browser/resources/supervised_user_block_interstitial.css |
| @@ -33,9 +33,12 @@ h1 { |
| position: relative; |
| } |
| +#feedback { |
| + margin-top: 50px; |
| +} |
| + |
| #feedback-link { |
| - font-size: 80%; |
| - margin-top: 10px; |
| + color: rgb(66, 133, 244); |
| } |
| #request-access-button { |
| @@ -138,4 +141,8 @@ h1 { |
| display: flex; |
| flex-flow: column; |
| } |
| + |
| + #feedback { |
| + margin-top: 35px; |
| + } |
| } |