From 05957e25c35f71e25b326b01892bfaedf0cbb078 Mon Sep 17 00:00:00 2001 From: Amber Zeller Date: Thu, 27 Jan 2022 08:35:13 -0500 Subject: [PATCH] Fix weird render error caused by whitespace in badges --- index.html | 6 ++---- style.css | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b83bc73c..54b17690 100644 --- a/index.html +++ b/index.html @@ -40,11 +40,9 @@

Updated Jan 25, 2022

- HTML5 Valid - + HTML5 Valid - Level AA conformance, W3C WAI Web Content Accessibility Guidelines 2.1 - + Level AA conformance, W3C WAI Web Content Accessibility Guidelines 2.1 diff --git a/style.css b/style.css index 873ca7c1..0a69451c 100644 --- a/style.css +++ b/style.css @@ -13,6 +13,7 @@ } html { + overflow: hidden; max-width: 800px; margin: auto; }