Fix weird render error caused by whitespace in badges

This commit is contained in:
Amber Zeller
2022-01-27 08:35:13 -05:00
parent 8fbcc3ab4d
commit 05957e25c3
2 changed files with 3 additions and 4 deletions

View File

@@ -40,11 +40,9 @@
<p><i>Updated Jan 25, 2022</i></p> <p><i>Updated Jan 25, 2022</i></p>
<a href="https://html5.validator.nu/?doc=https%3A%2F%2Fambersplace.neocities.org%2F" title="Validation of HTML5 Conformance" target="_blank" aria-label="opens external site in a new window"> <a href="https://html5.validator.nu/?doc=https%3A%2F%2Fambersplace.neocities.org%2F" title="Validation of HTML5 Conformance" target="_blank" aria-label="opens external site in a new window">
<img height="32" width="88" src="/images/badges/html5-validator-badge.png" alt="HTML5 Valid" style="border:none;"> <img height="32" width="88" src="/images/badges/html5-validator-badge.png" alt="HTML5 Valid" style="border:none;"></a>
</a>
<a href="https://www.w3.org/WAI/WCAG2AA-Conformance" title="Explanation of WCAG 2 Level AA conformance" target="_blank" aria-label="opens external site in a new window"> <a href="https://www.w3.org/WAI/WCAG2AA-Conformance" title="Explanation of WCAG 2 Level AA conformance" target="_blank" aria-label="opens external site in a new window">
<img height="32" width="88" src="/images/badges/wcag2.1AA-v.png" alt="Level AA conformance, W3C WAI Web Content Accessibility Guidelines 2.1" style="border:none;"> <img height="32" width="88" src="/images/badges/wcag2.1AA-v.png" alt="Level AA conformance, W3C WAI Web Content Accessibility Guidelines 2.1" style="border:none;"></a>
</a>
</footer> </footer>
</body> </body>
</html> </html>

View File

@@ -13,6 +13,7 @@
} }
html { html {
overflow: hidden;
max-width: 800px; max-width: 800px;
margin: auto; margin: auto;
} }