Skip to content

Commit

Permalink
Add data-css-strict to AMP Email example and update CSS spacing (#33278)
Browse files Browse the repository at this point in the history
* Add data-css-strict to AMP Email example and update CSS spacing

* prompting build test update

* prompting build test update
  • Loading branch information
honeybadgerdontcare committed Mar 15, 2021
1 parent c1cf142 commit e2ba971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<paper-toolbar>
<div class="ampproject-left ampproject-link">
<a href="https://www.ampproject.org/"
target="_blank"><img style="height: 60px; width: 100px"
target="_blank"><img style="height: 60px; width: 175px"
src="/logo-blue.svg"></a>
</div>
<div class="ampproject-right ampproject-link">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
' here and the AMP Validator will re-check your document on the fly.\n' +
'-->\n' +
'\x3C!doctype html>\n' +
'\x3Chtml ⚡4email>\n' +
'\x3Chtml ⚡4email data-css-strict>\n' +
'\x3Chead>\n' +
' \x3Cmeta charset="utf-8">\n' +
' \x3Cscript async src="https://cdn.ampproject.org/v0.js">\x3C/script>\n' +
Expand Down
2 changes: 1 addition & 1 deletion validator/js/webui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
html, body {
height: 100%;
margin: 0px;
padding: 0px 5px !important;
padding: 5px !important;
}
</style>
<style scope="iron-icon">
Expand Down

0 comments on commit e2ba971

Please sign in to comment.