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

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